搜索资源列表
monituihuosuanfa
- 基于matlab 的模拟退火算法源程序,经典算例,有PDF说明。-Based on the simulated annealing algorithm matlab source, the classic example, a PDF note.
suanfa
- 模拟退火算法的另一种实现方法,解决TSP问题。代码写的很精炼。-Simulated Annealing Algorithm Another method to solve TSP problems. Code written in a very refined.
simulatedannealing
- General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or
gafuzzymatlab
- 模拟退火,禁忌搜索,遗传算法,神经网络-MATLAB程序合集 -Simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures simulated annealing, tabu search, genetic algorithm, neural network-MATLAB collection procedures
anneling_type_alg
- anneling simulated algorithms
VPRTW-SA
- 运用模拟退火算法求解带时间窗约束的车辆路径问题-The use of simulated annealing algorithm with time window constrained vehicle routing problem
munituihuo
- 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
SimulatedAnnealing
- a useful presentation about Simulated annealing
Simulated
- 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
TSP
- 运用模拟退火法解决TSP问题,程序比较清晰,适合初学者借鉴-TSP using simulated annealing method to solve the problem, the program is relatively clear, suitable for beginners to learn
Simulated-mouse-clicks
- 模拟鼠标点击. 可以设置秒数. 可以置顶窗体. 可以取消置顶.-Simulated mouse clicks. You can set the number of seconds. To top form. Can be unstuck.
simulated-ecg_
- simulated ecg data to used as user lib in Labview
Simulated-keyboard-and-mouse
- Simulated keyboard and mouse.rar 用程序实现模拟键盘鼠标。-Simulated keyboard and mouse
Simulated-annealing-algorithm
- 正交波形设计——模拟退火算法是利用模拟退火法找个比较好的初始点,再通过领域搜索进一步找到比较满意的解。 -Simulated annealing algorithm
TSP-simulated-annealing-algorithm
- 应用于哈密顿回路的TSP模拟退火算法,里面有6个m文件-Hamiltonian circuit used in the TSP simulated annealing algorithm, which has a 6 m files
matlab-simulated-annealing
- matlab模拟退火法,包含程序和算例,基于matlab开发的-matlab simulated annealing
Simulated-elevator-operation
- 电梯运行实际模拟,用单片机来实现,数码管显示楼层和停靠。-Simulated elevator operation
Simulated-annealing-toolbox-
- 模拟退火工具箱和相关的源代码,非常有用,希望大家共享学习-Simulated annealing toolbox and related source code
simulated-annealing-algorithm
- 里面有模拟退火算法的文章和源程序,对研究模拟退火算法有很大帮助,建议下载使用,-There are articles and simulated annealing algorithm source, the study simulated annealing algorithm helps a lot, it is recommended to download,
simulated-annealing-algoritham
- 通过例子讲解模拟退火法的优化原理和方法,浅显易懂!-The global minimum of function can be obtained by the simulated annealing algritm.