Description: 模拟退火程序:这部分代码是模式识别中结合模拟退火法的特征提取,大家可以对其进行简单的改进会获得更好的效果,比如改变温度表,加上“记忆体”,结合遗传算法等
-simulated annealing procedures : This code is part of pattern recognition in combination with simulated annealing method of feature extraction, you can perform simple improvements will be better results, such as changes in thermometers, the words "memory" combining genetic algorithm Platform: |
Size: 195584 |
Author:天才 |
Hits:
Description: 模拟退火的源代码。关于matlab的大家好好学习以下吧-simulated annealing of the source code. Members of the Matlab learn it the following Platform: |
Size: 51200 |
Author:zhangjunyan |
Hits:
Description: 模拟退火的源代码,与导师合作编著,很有用的,大家看看吧-simulated annealing of the source code, and in cooperation with instructors, very useful, we see it Platform: |
Size: 4096 |
Author:guanzhong |
Hits:
Description: 模拟退火算法 该文档对模拟退火算法作了详细介绍,包括准确的MATLAB算法代码,相当适用-Simulated annealing algorithm the document on the simulated annealing algorithm described in detail, including accurate MATLAB algorithm code, rather the application of Platform: |
Size: 5120 |
Author:顺星 |
Hits:
Description: matlab下实现模拟退火算法的程序,非常好非常实用的程序!-matlab simulated annealing algorithm under the procedures, a very good program very useful! Platform: |
Size: 501760 |
Author:闫君飞 |
Hits:
Description: The package includes 3 Matlab-interfaces to the c-code:
1. inference.m
An interface to the full inference package, includes several methods for
approximate inference: Loopy Belief Propagation, Generalized Belief
Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods
(Metropolis, Gibbs, Wolff, Swendsen-Wang).
Use "help inference" from Matlab to see all options for usage.
2. gbp_preprocess.m and gbp.m
These 2 interfaces split Generalized Belief Propagation into the pre-process
stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use
only one of them, or changing some parameters in between.
Use "help gbp_preprocess" and "help gbp" from Matlab.
3. simulatedAnnealing.m
An interface to the simulated-annealing c-code. This code uses Metropolis
sampling method, the same one used for inference.
Use "help simulatedAnnealing" from Matlab. Platform: |
Size: 83968 |
Author:bevin |
Hits:
Description: 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。
-Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as well as delphi. Platform: |
Size: 25600 |
Author:lian |
Hits:
Description: 三大经典算法之一:模拟退火算法。这里提供代码-One of the three classical algorithms: simulated annealing algorithm. Here are the code Platform: |
Size: 15360 |
Author:xinliang |
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: TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is selected by an exchange of a randomly selected pair of nodes. The randomly generated neighbor solution is selected if it improves the solution else it is selected with a probability that depends on the extent to which it deteriorates from the current solution.-TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is selected by an exchange of a randomly selected pair of nodes. The randomly generated neighbor solution is selected if it improves the solution else it is selected with a probability that depends on the extent to which it deteriorates from the current solution. Platform: |
Size: 13312 |
Author:amilcar |
Hits:
Description: this journal is created by Sachin Jayaswal Student ID: 20186226 Department of Management Sciences
University of Waterloo.
it s describe how performances of tabu search and simulated annealing solve the TSP. this journal includes tabu search and SA matlab code to solve tsp. Platform: |
Size: 74752 |
Author:destra |
Hits:
Description: Simulated Annealing matlab code.zip是一个实用的标准的模拟退火算法(SA)matlab程序,非常适合学习智能优化算法的朋友下载来学习。-Simulated Annealing matlab code.zip is a practical standard simulated annealing (SA) matlab program, very intelligent optimization algorithms for learning a friend to download to learn. Platform: |
Size: 33792 |
Author:YAN Haifeng |
Hits: