文件名称:模拟退火源码

介绍说明--下载内容均来自于网络,请自行研究使用

模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S 'S' = S+ sign (). delta where given for the step, [-1,1] Random Number
(系统自动生成,下载前可以参看下载内容)

下载文件列表

程序源码

........\TspSA

........\.....\MainFrm.cpp

........\.....\MainFrm.h

........\.....\ReadMe.txt

........\.....\Release

........\.....\res



........\.....\...\TspSA.rc2



........\.....\Resource.h

........\.....\sacode.cpp

........\.....\sacode.h

........\.....\StdAfx.cpp

........\.....\StdAfx.h

........\.....\TspSA.aps

........\.....\TspSA.clw

........\.....\TspSA.cpp

........\.....\TspSA.dsp

........\.....\TspSA.dsw

........\.....\TspSA.h

........\.....\TspSA.ncb

........\.....\TspSA.opt

........\.....\TspSA.plg

........\.....\TspSA.rc

........\.....\TspSADoc.cpp

........\.....\TspSADoc.h

........\.....\TspSAView.cpp

........\.....\TspSAView.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org