Description: 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-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 experiment Platform: |
Size: 261120 |
Author:张庆 |
Hits:
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: 这是一个SA求解tsp旅行商的matlab源代码,由m文件构成,可方便大家学习模拟退火算法。-This is a traveling salesman tsp SA for the Matlab source code, document constitute m, can facilitate learning simulated annealing. Platform: |
Size: 6144 |
Author:郑立刚 |
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: 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: 神经网络中模拟退火算法MATLAB源程序,挺不错的,大家可以学习一下。-Neural networks simulated annealing algorithm in MATLAB source code, very good, we can learn from you. Platform: |
Size: 2048 |
Author:张飞 |
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: 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: 能够应用于多主体系统的模拟退火算法源程序,测试可用。-Multi-agent systems can be used in simulated annealing algorithm source code, testing is available. Platform: |
Size: 384000 |
Author:李明 |
Hits:
Description: 模拟退火算法程序原码以及算法程序,是用MATLAB编辑好的m文件-Simulated annealing algorithm program source code and algorithm program is a good m file in MATLAB Editor Platform: |
Size: 685056 |
Author:Panda |
Hits:
Description: MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedures and procedures annotations, you can directly copy the code. Including genetic algorithms, function optimization algorithm based on genetic algorithm and nonlinear programming, genetic algorithm toolbox the Xiangjie and application, the function of a variety of population genetic algorithm optimization algorithms, multi-target search algorithm based on particle swarm optimization based on multi-coding The genetic algorithm shop scheduling algorithm based on genetic simulated annealing algorithm clustering algorithm, ant colony algorithm, support vector machines, etc. 30 cases and chapters. Platform: |
Size: 1560576 |
Author:Binjie Liao |
Hits:
Description: this code solves vehicle routing problem using simulated annealing algorithm in matlab.
in this code , we create different models and then evaluate them using SA algorithm.
one of the advantage of this code , is that code is splitting different sections.
and the output of this code is represented vehicles and customers graphically. Platform: |
Size: 3072 |
Author:mojtaba |
Hits:
Description: 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM) Platform: |
Size: 8192 |
Author:小灰灰jjh8 |
Hits: