搜索资源列表
SPSOOptimize
- 微粒群算法,c语言编写,通过优化,可以自己添加测试函数-particle swarm algorithm, c language, through optimization, can add their own function testing
Cheap_PSO
- C语言开发的微粒群优化算法源程序,程序用到了多个测试函数:包括Rosenbrock 函数等,操作时首先打开文件选择一个函数,然后点击计算就可以了。-C language development Particle Swarm Optimization algorithm source, a number of procedures used test functions : Functions include Rosenbrock, the first operation of a choice
PSOt
- psotoolbox程序已经通过了测试函数,可用来进行svm或ann的参数优化
vbpso
- 粒子群算法的vb源程序,可以自定义算法参数,实现对6个非约束性测试函数极小值的全局优化,动态显示粒子的移动。低维下,优化效果很好。直接解压,无须密码。请多指正。-PSO algorithm vb source, the algorithm can define parameters to achieve the six non-binding function tests minimum of global optimization, dynamic display particle movem
DGPSO.rar
- 用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
Artificial-Bee-Colony
- 人工蜂群算法解决函数优化问题代码,内含Sphere,rastrigin,rosenbrock等标准测试函数- ABC algorithm coded using MATLAB language*/ /* Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior
pbbo
- 基于生物地理优化进化算法(BBO)代码,以及几组测试函数;使用方法: 输入BBO(@函数名),如BBO(@QuarticDisc) )-matlab code for biography-based algorithm. The software can be run by typing the following MATLAB command: BBO(@"function name")
opt4j-2.0
- Java平台的启发式优化算法,包含了多目标进化算法(SPEA2和NSGA2),多目标差异进化,PSO和单目标模拟退火算法。并且包含了ZDT,DTLZ和WFG等测试函数-Opt4J is a framework for applying meta-heuristic optimization algorithms to arbitrary optimization problems. The Opt4J framework currently includes a multi-obje
constrainpso
- 一个解决约束优化问题的算法,但是对一个测试函数无法达到全局最优.希望能加以改进并应用。-A solution algorithm for constrained optimization problems, but a test function can not reach the global optimum. Would like to be improved and applied.
testfunction
- 自己整理的用于智能优化的测试函数. 测试函数 带表达式表示方法说明-Intelligent optimization of its own for finishing the test function. Test function with a descr iption of the expression that
PSOS_exe
- 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
youhuahanshu
- 一篇英文文章。有关函数优化的。个人认为文章中的50个测试函数比较好,可以采用。-An article in English. The function optimization. Personally think that the article 50 test functions better, can be used
11111111111111
- 微粒群算法的matlab程序,好用,对测试函数进行优化-Particle swarm algorithm matlab program, easy to use,
pso
- 粒子群算法及其优化算法,已经运行过。测试函数在fitness.m中添加-pso and so on
GA
- 遗传算法优化测试函数,测试优化算法的性能-The genetic algorithm optimization test functions, test to optimize the performance of the algorithm
DIWO
- 差分进化算法与杂草优化算法的结合,利用简单的测试函数,验证算法的有效性-Differential evolution algorithm and the weeds optimization algorithm combined,which use simple test function to verify the effectiveness of the algorithm
ABC-matlab
- 人工蜂群算法Matlab工具箱,包含基本优化测试函数。-artificial bee colony algorithm, MATLAB
Standard-LSA
- 一种新的智能优化算法:闪电算法,用无约束优化测试函数进行验证,效果不错,值得推广,该算法的文献已被SCI检索,百度学术也可搜索到-A new intelligent optimization algorithms: Lightning algorithm, using unconstrained optimization test function to verify, the effect is good, worthy of promotion, the literature of the
Matlab代码
- 有约束和无约束的测试函数代码,可以在优化算法测试时使用(Constrained and unconstrained test function codes)
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。