搜索资源列表
Optimizers
- 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
DeCpp
- 这是一个差分进化算法的C++语言源代码,今年来差分进化算法研究越来越多,其优越性已经为大家所认可,在这里为大家提供一个差分进化算法的C语言源码。-Differential Evolution Algorithm-C++ code
devcpp-(1)
- 来自国外的标准差分进化算法的C++实现,简洁有用。-standard DE from abroad
IDE-pso
- 改进的差分进化算法优化粒子群优化算法的混合智能优化算法的源程序-Improved differential evolution algorithm to optimize the hybrid particle swarm optimization intelligent optimization algorithm source code! ! ! !
TRosenbrockh
- 利用差分进化算法(Differential Evollution)实现对经典函数rosenblock的验证 -Differential evolution algorithm (Differential Evollution) validation of the classical function rosenblock
TGriewangkh
- 利用差分进化算法(Differential Evoolution)实现对经典函数girewangk的验证 -Differential evolution algorithm (Differential Evoolution) validation of the classical function girewangk
TSphereh
- 利用差分进化算法(Differential Evolutioon)实现对经典函数sphere的验证,已通过测试。 -The differential evolution algorithm (Differential Evolutioon) verification of the classic function of the sphere, and has been tested.
DEA
- 差分进化算法MATLAB程序,是一种智能优化算法-Differential evolution algorithm MATLAB program, is an intelligent optimization algorithm
DGPSO
- 差分进化算法代码,请下载使用,很有学习价值,我已验证可以使用-Differential evolution algorithm code, please download, it is worth learning, I' ve verified that you can use
DE
- 差分进化算法是遗传算法的一种,该段代码实现该算法功能,简单易懂-Differential evolution algorithm is a genetic algorithm, the function of the code implementing the algorithm is simple and easy to understand
FBGsTest
- 自创的差分进化算法,用于布拉格光纤光栅波长解调优化问题,含有噪声信息-Homemade differential evolution algorithm for optimization of fiber Bragg grating wavelength demodulation problems with noise information
Standard_DE
- 标准的差分进化算法对函数的优化基于matlab-The standard differential evolution algorithm to optimize the function
DE
- 使用差分进化算法对系统函数进行优化,使得系统指标最小(The differential evolution algorithm is used to optimize the system function, which makes the system index minimum)
DE
- 差分进化算法matlab代码,有详细说明,可更改(differential evolution algorithm code with substantial explanation, which is changeable)
混合CS算法的DE算法
- 混合CS(布谷鸟搜索)算法的DE(差分进化)算法(DE (differential evolution) algorithm for hybrid CS (cuckoo search) algorithm)
DE
- 实现差分进化算法程序,比较简单,希望有所帮助(Differential evolution algorithm 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
DeMat
- 几种问题下的多维差分进化算法,包括Chebychev、Eggholder、Michalewicz、Peaks、Rastrigin、Rosenbrock和Zimmermann问题,可以根据不同的需求来改变objfun.m, PlotIt.m,和 Rundeopt.m。(The multidimensional differential evolution algorithm under several problems.)
自适应混沌差分进化算法 Matlab 程序
- 自适应混沌差分进化算法 Matlab 程序,摘录于知网上一篇博士论文。(Adaptive chaotic differential evolution algorithm Matlab program)
DE
- 用matlab实现的差分进化算法,易于理解和掌握(Differential evolution algorithm based on MATLAB)