搜索资源列表
多目标进化算法源代码
- 多目标进化算法源代码-more evolutionary algorithm source code
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
进化算法的详细讲解附程序
- 进化算法的详细讲解附程序
微粒群算法源程序
- 微粒群算法源程序 微粒群算法与其它进化类算法相类似,也采用“群体”与“进化”的概念,同样也是依据个体(微粒)的适应值大小进行操作。所不同的是,微粒群算法不像其它进化算法那样对于个体使用进化算子,而是将每个个体看作是在n维搜索空间中的一个没有重量和体积的微粒,并在搜索空间中以一定的速度飞行。
DE
- DE 生物进化算法的matlab实现,一类优化仿生算法-DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm
jmetal.2.2.tar
- 这是最新的多目标进化算法包V2.2,这个集成包包含了近期的流行的,常用的多目标进化算法,包括NSGA2,SPEA2,PEAS2,以及多目标粒子群算法,另外还集成了单目标进化算法-This is a latest multi-objective evolutionary algorithm package V2.2, the integrated package includes a recent popular, commonly used in multi-objective evolutio
MO-JGA
- 从其他地方下载的多目标进化算法的源码,用JAVA编的多目标进化算法的框架-Downloaded from other parts of multi-objective evolutionary algorithm source code, using JAVA for the multi-objective evolutionary algorithm framework
SPEA2
- 强度PARETO算法,非常经典,也是一个学习多目标进化算法的经典作品。-MOEA
差分进化算法
- 差分进化算法的基础讲义和文档,都是英文版,属于基础资料,可以作为入门资料。
IEEEXploreBBO
- 一种新型进化算法论文:基于生物地理优化算法(BBO).-Paper a new evolutionary algorithm: optimization algorithm based on biogeographic (BBO).
多目标优化进化算法
- 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
杨森微分进化算法
- 杨森微分进化算法。。好用。。。。哈哈哈哈哈(yangsenweifenjinhuasuanfa)
差分进化算法算例.docx
- 有关差分进化算法的一个简单算例。简单函数算例流程以及源代码(Differential evolution algorithm)
08 进化算法
- 该资料讲述的进化算法的相关概念,发展历史,以及相关编程示例。(The related concepts, history, and related programming examples of the evolutionary algorithms are described.)
遗传算法
- 利用进化算法进行仿真实验,解决TSP问题(Simulation experiments are carried out by evolutionary algorithm to solve the TSP problem)
差分进化算法
- 差分进化算法可以结合到其他算法中增加收敛速度和优化准确度(Differential evolution algorithm can be combined into other algorithms to increase convergence speed and optimize accuracy.)
多目标优化的微分进化算法
- 差分算法,求最优解,能实现,能运行,是个测试版本,可以在这基础改(Genetic algorithm, the best solution, can be realized, can run, is a test version, can be modified in this basis.)
自适应混沌差分进化算法 Matlab 程序
- 自适应混沌差分进化算法 Matlab 程序,摘录于知网上一篇博士论文。(Adaptive chaotic differential evolution algorithm Matlab program)
差分进化算法以及粒子群优化算法Optimizers
- 差分进化算法求极值(Differential evolution algorithm for extremum)
DE算法matlab程序
- matlab的基本差分进化算法,放在了压缩包中的word里面(The basic differential evolution algorithm of MATLAB is put in the word in the compressed package)