Description: 模拟退火算法是为了避免求解最优化出现局部极值的问题而提出的算法,保证最终的结果是全局最优的,该matlab源程序能在matlab环境中实现-simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the global optimum, the source Matlab can achieve Matlab environment Platform: |
Size: 5120 |
Author:yj |
Hits:
Description: matlab模拟退火工具箱,包含模拟退火运行所需的各种函数,是模拟退火的一个非常有力的工具。-simulated annealing Matlab toolbox contains simulated annealing operation of the various functions, Simulated Annealing is a very powerful tool. Platform: |
Size: 58368 |
Author:罗鹏 |
Hits:
Description: 模拟退火的原程序,其中还用了GUI界面设计-The original simulated annealing procedures, which also used the GUI interface design Platform: |
Size: 480256 |
Author:流星云 |
Hits:
Description: 用MATLAB编写的模拟退后程序,为通用模板,下载后修改即可使用。-Using MATLAB simulation back to prepare procedures for the generic template, modified to use after downloading. Platform: |
Size: 1024 |
Author:唐永杰 |
Hits:
Description: 模拟退火算法的MATLAB实例,包含图作色,旅行商等多个问题的例子。-Simulated annealing algorithm of MATLAB examples, including Fig作色, traveling salesman problem, and many other examples. Platform: |
Size: 14336 |
Author:boy |
Hits:
Description: 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 inline) with a loss function, which may be of any type, and needn t be continuous. It does, however, need to return a single value.
PARENT is a vector with initial guess parameters. You must input an initial guess.
OPTIONS is a structure with settings for the simulated annealing. If no OPTIONS structure is provided, anneal uses a default structure. OPTIONS can contain any or all of the following fields (missing fields are filled with default values):
Verbosity: Controls output to the screen.
0 suppresses all output
1 gives final report only [default]
2 gives temperature changes and final report
Generator: Generates a new solution from an old one. Any function handle that takes a solution as input and gives a valid solution (i.e. Platform: |
Size: 4096 |
Author:Ping-Feng Xu |
Hits:
Description: 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss Platform: |
Size: 9216 |
Author:Allen |
Hits:
Description: 这是模拟退火算法,用于解决换热器网络出口温度达到最大值的问题-This is a simulated annealing algorithm used to solve the heat exchanger outlet temperature to achieve maximum network problems Platform: |
Size: 1024 |
Author:李学文 |
Hits:
Description: 模拟退火算法,基本算法,内附部分说明以及本人学习笔记-Simulated annealing algorithm, the basic algorithm, I am enclosing some notes, and study notes Platform: |
Size: 22528 |
Author:jay |
Hits:
Description: 模拟退火算法的MATLAB范例程序!对初步了解的初学者有不错的帮助!-Simulated annealing algorithm MATLAB example program! Preliminary understanding of the beginners have a good help! Platform: |
Size: 139264 |
Author:瞿颜 |
Hits:
Description: 这是一个智能算法程序吧,里面有模拟退火算法,遗传算法,粒子群算法等等,希望这些算法对初学者来说有用处。(This program is an intelligent algorithm, simulated annealing algorithm, genetic algorithm, particle swarm optimization (pso) algorithm and so on, hope that the algorithm is useful for beginners.) Platform: |
Size: 7047168 |
Author:pursh
|
Hits:
Description: 模拟退火算法的应用很广泛,可以较高的效率求解最大截问题(Max Cut Problem)、0-1背包问题(Zero One Knapsack Problem)、图着色问题(Graph Colouring Problem)、调度问题(Scheduling Problem)等等。(Simulated annealing algorithm is widely used, can be more efficient to solve the maximum Problem Cut (Max), 0-1 knapsack problem, graph coloring problems, scheduling problems, and so on.) Platform: |
Size: 62464 |
Author:四姑娘
|
Hits: