搜索资源列表
sa_tsp
- 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
modeling
- 数学建模常用算法——模拟退火算法,内附算法简介ppt及Matlab程序代码-Commonly used mathematical modeling algorithms- simulated annealing algorithm, containing a brief ppt algorithm and Matlab code
monituihuo
- 用模拟退火的算法解决中国旅行商的问题,结果画出图形直观明了!-Using simulated annealing algorithm to solve traveling salesman problem of China, resulting in intuitive and clear graphics to draw!
tabu_matlab
- 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
26_173622_
- 模拟退火算法的matlab 程序,验证是正确的-Simulated annealing algorithm matlab program, verify that is correct
TSPAlogrithm
- tsp问题的模拟退火算法实现,使用VC++实现,-TSP DEVELOPMENT BY VC+
TSP
- 应用模拟退火算法求解TSP的主要程序,主要应用在ITS中。-Application of simulated annealing algorithm for TSP of the main proceeding.
00000000000000000000000000000000000000000000000000
- 模拟退火算法解决最优路径问题,此程序只需根据需要输入数据即可,验证过了,可行-the best way
SAAC++版
- 使用C++来实现模拟退火算法。适合有一定C++基础的,对模拟退火感兴趣的人。(Using C++ to achieve simulated annealing algorithm. Suitable for people with a certain C++ base, interested in simulated annealing.)
模拟退火
- 使用模拟退火算法的特性解决TSP问题,另外可以利用此算法优化其他算法。(Use the simulated annealing algorithm to solve the TSP problem, and you can use this algorithm to optimize other algorithms.)
GA_tuihuo1
- 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
模拟退火
- 利用模拟退火算法 计算城市最短距离 无闭合回路tsp商旅问题求解(monituihou jiejeuchengshi zuiduanlujingwenti)
monituihuo
- 利用模拟退火算法计算f(x)=xcos(5*pi*x)+3.5在区间【-1,2.5】上的最小值(The minimum value of F (x) =xcos (5*pi*x) +3.5 in the interval [-1, 2.5] is calculated by using simulated annealing algorithm)
模拟退火算法的matlab示例,很好的入门程序
- 模拟退火算法的matlab示例,很好的入门程序。非常适合初学者。(Matlab example of simulated annealing algorithm, a good entry program)
模拟退火遗传算法
- 模拟退火遗传算法的车辆调度研究,里面具有完整的matlab程序(Research on vehicle scheduling with simulated annealing genetic algorith)
模拟退火算法的matlab工具箱
- 解压缩后,将模拟退火算法工具箱粘贴到matlab的工作路径或者粘贴到toolbox中,根据需要调用即可(Simulated annealing algorithm toolbox)
解决车间调度问题的改进模拟退火算法_潘全科
- 用改进模拟退火算法来解决车间调度问题的论文(Paper on Job Shop Scheduling Problem Solved by Improved Simulated Annealing Algorithms)
粒子群、模拟退火算法
- 粒子群、模拟退火算法实例,对学习了解有用(Particle swarm, simulated annealing algorithm examples, useful for learning)
PSO(粒子群)-SA(模拟退火)
- 粒子群算法-模拟退火算法,关于matlab的算法说明(Particle swarm optimization-simulated annealing algorithm)