搜索资源列表
AGP-NNBP
- 遗传模拟退火算法通用源程序 给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
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
MPI_C_TSP
- 在MPI平台下,用C语言实现模拟退火算法的货郎担问题的并行算法。
JSimul_1.0.1
- eclispse下运行 模拟退火算法的java源代码
sa+ga
- 采用遗传算法和模拟退火算法解决VLSI中的布局优化问题
monituihuosuanfa
- 神经网络中模拟退火算法MATLAB源程序,挺不错的,大家可以学习一下。-Neural networks simulated annealing algorithm in MATLAB source code, very good, we can learn from you.
ex2_simulated_annealing
- MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
mul
- 模拟退火算法应用于光学模拟方向的程序代码-Simulated annealing algorithm is applied to the direction of the optical simulation code
xqw0910
- brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取
BSP_SA
- 求解瓶颈TSP问题的模拟退火算法,Delphi10平台调试通过-Simulated Annealing Algorithm for Bottle TSP, it impletemented in Delphi10.
cheapTSP1
- 旅行商问题的近似解答。使用mpich2实现。计算100个节点使用7台机器大概需要10min。使用的模拟退火算法。-basic tsp problem solution using mpich2
mnth_toolbox
- Matlab的模拟退火算法工具箱。并附有sample文件夹,有助于初学者进行学习测试。-The Matlab simulated annealing algorithm toolbox. With the sample folder, will help beginners learn the test.
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
nd721
- 基于混沌的模拟退火算法,利用最小二乘法进行拟合多元非线性方程,在matlab R2009b调试通过。( Chaos-based simulated annealing algorithm, Multivariate least squares fitting method of nonlinear equations, In matlab R2009b debugging through.)
matlab经典算法的程序
- matlab经典算法的程序,例如粒子群、蚁群、模拟退火。(Matlab classic algorithm program)
(模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling
- (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling,模拟退火算法求解并行车间调度问题程序,可运行出结果,结果可行有效(matlab编程实现)
遗传模拟退火
- 遗传模拟退火算法,包括遗传算法及加入退火优化,退火算法可以跳出局部最优解。