搜索资源列表
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
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
MATLAB_GA
- MATLAB遗传算法工具箱的测试函数,有配套书,如Rosenbrock s valley,De Jong s function,Griewangk s function- Genetic Algorithm Toolbox Test Functions for MATLAB genetic algorithm toolbox with supporting books.
T-F
- 优化算法经典测试函数MATLAB源码,包括ROSENBROCK等,可与优化算法配合使用-Some beachmark functions about optimization, can use with some algorithm like PSO
遗传算法的MATLAB实现
- 用MATLAB实现的遗传算法,解决函数优化问题,以Rosenbrock的测试函数为例