搜索资源列表
pso(sphere)
- 标准PSO算法,运用SPHERE测试函数,最终收敛于0-standard PSO algorithm, using SPHERE test function, eventually converge to 0
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
spherefunction
- Sphere 函数的MATLAB实现。Sphere函数是一个优化问题的测试函数,经常用于优化问题的测试。-Sphere function of MATLAB implementation. Sphere function is a test function optimization problem, often used for optimization of the test.
pso
- 用C++实现的标准微粒群算法(PSO),对SPHERE函数进行了测试,得到了较好结果-C++ applied standard particle swarm optimization,tested on the sphere function,and good result is got
fitNESS
- 几个经典的测试函数,sphere schaffer ackel girewank rosenbrock-Several classical test functions, sphere schaffer ackel girewank rosenbrock
PSO
- 提供了在Matlab上实现的粒子群优化算法例程,以Sphere函数为测试对象。-We provide the program of PSO in matlab, and choose the Sphere function as the test.
PSO-Sphere
- 粒子群优化算法pso的matlab程序,测试函数为Sphere函数,可以直接使用,其他函数可以自己更改-PSO pso matlab program, test the function of Sphere function, can be used directly, other functions can own change
测试函数作业
- 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)
PSO-Sphere
- 粒子群算法,一种智能优化算法,带有测试函数sphere(Particle swarm optimization (PSO), an intelligent optimization algorithm)