搜索资源列表
matlab模拟退火算法
- 介绍模拟退火算法的基本原理和步骤,提供SA(模拟退火算法)的标准源程序,是初学者很好的资料
boltzman SA
- boltzman 模拟退火算法例子-Boltzman simulated annealing algorithm examples
sa-ega
- 基于遗传算法的模拟退火-based on genetic algorithm simulated annealing
模拟退火算法
- 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an expe
万年历的算法 SA
- 万年历的算法 c语言-hefty almanac algorithm c language.
模拟退火源码
- 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动
SA
- 一个模拟退火算法的改进程序,用来进行矢量量化码本的优化-A simulated annealing algorithm to improve the procedures used for vector quantization codebook optimization
sa+ga
- 采用遗传算法和模拟退火算法解决VLSI中的布局优化问题
TSP-SA
- 用模拟退火算法解决旅行商问题,工具为:vs2005-Using simulated annealing algorithm to solve traveling salesman problem, tools for: vs2005
K-SA
- 此文档是K类均值聚类和模拟退火结合的软硬件化分算法。众所周知,模拟退火算法的通用性,此算法是模拟退火的改进,较单纯的SA更优秀。-This document is a category K-means clustering and simulated annealing combination of hardware and software sub-algorithm. As we all know, the generic simu
SA
- 89年由Johnson发表的Simulate Anealing退火算法,重要的近似算法之一-89-year Johnson released from Simulate Anealing annealing algorithm, it is important to one of approximation algorithm
SA
- 模拟退火基本模块,其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂-Simulated Annealing basic module, in which part of the scale transformation is applied to a similar part of simulated annealing algorithm, all variables are very good to un
sa-for-tsp
- 利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
SA
- 改进模拟退火算法,应用并实现,希望对大家有所帮助。-Improved simulated annealing algorithm, the application and to achieve, I hope all of you to help.
sa
- 用C语言写的人工智能算法中的模拟退火算法-Simulated annealing algorithm
sa
- 运用模拟退火算法解决旅行商问题,简单易懂,代码清晰,行数比较少-Simulated Annealing to solve TSP
SA-TSP-Matlab
- 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
SA
- 经典的SA算法,求函数极值,用一个具体的例子进行说明,程序注释非常明确。希望对大家有所帮助。-The classical SA algorithm, find the function extreme value, with a concrete example to explain the program notes are very clear. Hope to help.
SA
- 用SA算法解决tsp问题,并用MATLAB绘制所需要的图(Solve the TSP problem with SA algorithm, and use MATLAB to draw the required picture)
模拟退火算法
- 用于标准VRP问题的模拟退火算法,可运行,适合新手学习。(The simulated annealing algorithm for standard VRP Problem can be run and is suitable for novice learning.)