搜索资源列表
AGP-NNBP
- 遗传模拟退火算法通用源程序 给定群体规模,群体,种群,初始温度-genetic simulated annealing definitive source given population size, population, population, the initial temperature
TSP
- \"遗传算法\"以及\"退火算法\"用C++语言可以直接运行
sa+ga
- 采用遗传算法和模拟退火算法解决VLSI中的布局优化问题
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 构件, ·获取
1
- 退火算法,运用退火算法解决函数优化等问题,运用遗传算法解决学生宿舍分配问题。-Annealing algorithms, the annealing algorithm to solve the function optimization using genetic algorithm to solve the problem of allocation of student hostels.
genetic-algorithm
- 遗传算法与模拟退火算法,希望有所帮助。均在Matlab中实现。-Simulated annealing algorithm and genetic algorithm
daima
- 遗传-模拟退火算法解决组合优化问题,结合遗传算法与模拟退火算法各自的优点-Genetic- simulated annealing algorithm to solve combinatorial optimization problems, the respective advantages of the combination of genetic algorithms and simulated annealing algorithm
Arranged-in-a-matrix
- 基于遗传算法和退火算法下的矩阵排列源码 非常好用-Arranged in a matrix based on genetic algorithm and annealing algorithm source
09021425
- 聚类算法,以及基于遗传模拟退火算法的聚类算法,优化聚类算法-Clustering algorithm, and the clustering algorithm based on genetic simulated annealing algorithm to optimize the clustering algorithm
Maltab-modeling-
- Maltab 源码\在数学建模中的应用、人口预测模型、灰色预测及其MATLAB实现、遗传算法、粒子群算法、模拟退火算法、人工神经网络、小波分析、动态仿真-matlab mathematic modeling
Genetic-and-Simulated-Annealing
- 针对战区装备保障点动态选址问题的广义最大覆盖选址模型,综合分析传统的启发式算法全局、局部搜索中的 优缺点,提出一种基于BP神经网络的遗传模拟退火算法,并将其运用于战区装备保障点动态选址决策实际同题中,对该算法 进行了仿真研究,给出具体实例的仿真结果验证了该算法求解最优解的高效性以及运算的高收敛速度。-Considering the generalized maximal covering location model of dynamic locating on war zone e
TSP-(2)
- 模拟退火与遗传算法的程序,很好用的程序,好使-Simulated Annealing
several-algorithm-
- 遗传算法 量子遗传算法 模拟退火 粒子群算法 代码很规范-several algorithm (GA QGA SA )
GA_SA.matlab
- 模拟退火算法和遗传算法,智能算法里面的两个重要算法思想;程序已经通过了测试,可直接运行;-Simulated annealing algorithm and genetic algorithms, intelligent algorithms inside two important algorithms thought the program has passed the test can be run directly
GeneAlgorithm
- 现代优化算法包括 遗传算法 退火算法.代码基于matlab 可以直接运行,有图示说明-Modern optimization algorithms, including genetic algorithm annealing algorithm code based on Matlab can be directly run, there is illustrated
遗传模拟退火
- 遗传模拟退火算法,包括遗传算法及加入退火优化,退火算法可以跳出局部最优解。