搜索资源列表
convert_assembak_ISA20060613
- DSP2812编写的模拟退火算法改进程序,对退火过程和采样过程进行了修改-DSP2812 prepared by the simulated annealing algorithm to improve procedures for the annealing process and the sampling process of revision
msim
- matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
mfile_isa
- 模拟退火算法在共模电流能量搜索过程中的应用,用matlab仿真实现-simulated annealing algorithm in common mode current energy search process, the application Matlab Simulation
SA
- 模拟退火算法实现货郎问题,实例验证了模拟退火算法在解决货郎问题中的应用-The simulated annealing algorithm Shining problem, the examples demonstrate the application of simulated annealing algorithm in solving the Shining problem
genetic-algorithm
- 遗传算法与模拟退火算法,希望有所帮助。均在Matlab中实现。-Simulated annealing algorithm and genetic algorithm
Genetic-and-Simulated-Annealing
- 针对战区装备保障点动态选址问题的广义最大覆盖选址模型,综合分析传统的启发式算法全局、局部搜索中的 优缺点,提出一种基于BP神经网络的遗传模拟退火算法,并将其运用于战区装备保障点动态选址决策实际同题中,对该算法 进行了仿真研究,给出具体实例的仿真结果验证了该算法求解最优解的高效性以及运算的高收敛速度。-Considering the generalized maximal covering location model of dynamic locating on war zone e
TSP-(2)
- 模拟退火与遗传算法的程序,很好用的程序,好使-Simulated Annealing
evacuation
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网-very goog
Simulated-annealing-algorithm
- 模拟退火算法的主程序 应用于径向偏振光的权重因子的计算-Simulated annealing algorithm is applied radially polarized main weighting factor calculation
basic-simulated-annealing
- 基本的模拟退火算法程序,适合各类型在此基础上做相关改进。-The basic simulated annealing algorithm procedures, suitable for all types on this basis to make related improvements.
(模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling
- (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling,模拟退火算法求解并行车间调度问题程序,可运行出结果,结果可行有效(matlab编程实现)
遗传模拟退火
- 遗传模拟退火算法,包括遗传算法及加入退火优化,退火算法可以跳出局部最优解。