搜索资源列表
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
evolutionalgorithmbyDeMat
- 微分进化算法的matlab的实现,由国外一大学实验室编制,功能强大-the realization of Matlab differential evolution algorithm
Baanneal2a
- 基于遗传算法的图像分割。用MATLAB实现。遗传算法就这样样反复迭代,向着更优解的方向进化,直至满足某种预定的优化指标。 -Based on genetic algorithm for image segmentation. Using MATLAB. Genetic algorithms so kind iterative evolution toward a more optimal solution direction until you meet some predetermined
DEA
- 差分进化算法MATLAB程序,是一种智能优化算法-Differential evolution algorithm MATLAB program, is an intelligent optimization algorithm
MOEA_SPEA2_MATLAB
- SPEA2 MATLAB程序 多目标进化算法-The SPEA2 MATLAB program multi-objective evolutionary algorithm
Standard_DE
- 标准的差分进化算法对函数的优化基于matlab-The standard differential evolution algorithm to optimize the function
moead
- 基于分解的多目标进化算法moead 的matlab代码-moead Multiobjective Evolutionary Algorithm Based on Decomposition
第14章 遗传优化算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。这个程序是matlab 最优计算第十四章程序(Genetic Algorithm for matlab)
DE
- 差分进化算法matlab代码,有详细说明,可更改(differential evolution algorithm code with substantial explanation, which is changeable)
EPSDE
- 差分进化算法的改进算法,用于比较和测试算法性能。(Bio-inspired intelligent optimization algorithm matlab program)
SaDE
- 差分进化算法的改进算法,用于比较和测试算法的性能。(Bio-inspired intelligent optimization algorithm matlab program)
2016.11.03DE_SVR(差分进化)
- 以优化SVR算法的参数c和g为例,对DE(差分进化)算法MATLAB源码进行了详细中文注解。(Differential Evolution algorithm (DE) is a heuristic random search algorithm based on group differences. This algorithm is proposed by R.S and k.p. rice for solving Chebyshev polynomials. DE algorithm is
Artificial Bee Colony
- artificial bee colony蜂群算法(ABC)代码(matlab code of artificial bee colony)
NSGA-III
- 用matlab实现的多目标进化NSGA-3算法,直接修改目标函数后即可使用,十分有用(The multi-objective evolutionary NSGA-3 algorithm implemented by Matlab can be used directly after modifying the objective function, which is very useful.)
蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dori
自适应混沌差分进化算法 Matlab 程序
- 自适应混沌差分进化算法 Matlab 程序,摘录于知网上一篇博士论文。(Adaptive chaotic differential evolution algorithm Matlab program)
GA
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个基本上是最优的,那么以后再继续这样下去,就可以一直最优了。利用遗传算法,实现三维点云的配准。(Genetic algorithm, a computational model that simulates the biological evolution o
MOEA-master
- matlab是一种编程软件,也称矩阵实验室. 在数值计算方面做出了很大的贡献. 多目标优化问题是最优化领域中的一种优化方法,得出的解是折衷解. 多目标优化问题可以分为约束多目标优化问题和无约束多目标优化.在实际生活中,有很多问题都可以被视为多目标优化问题,如旅行商问题、工程问题,证券投资问题等,然而采用matlab编程软件具有很好的求解展示效果.(Matlab is a programming software, also known as a matrix laboratory. It has
粒子群算法
- 粒子群算法是比较实用易实现的高效进化算法,压缩包中给了详细的算法代码以及相应的例子。(PSO is a good and effective algorithm)
DE
- 用matlab实现的差分进化算法,易于理解和掌握(Differential evolution algorithm based on MATLAB)