搜索资源列表
pso(sphere)
- 标准PSO算法,运用SPHERE测试函数,最终收敛于0-standard PSO algorithm, using SPHERE test function, eventually converge to 0
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
TSphereh
- 利用差分进化算法(Differential Evolutioon)实现对经典函数sphere的验证,已通过测试。 -The differential evolution algorithm (Differential Evolutioon) verification of the classic function of the sphere, and has been tested.
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.
圆柱
- 编写计算正方体,圆柱体,球体的表面积和体积,要求: 1这三个类要有一个公共的基类。 2 这三个类计算正方体,圆柱体,球体的表面积和体积的成员函数名字相同 3按照运行时的多态性方法设计一个测试主函数,并进行测试。(Written to calculate the cube, cylinder, sphere surface area and volume requirements: 1 the three classes have
测试函数作业
- 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)
45665992PSO-Sphere
- 粒子群算法,一种智能优化算法,带有测试函数sphere(Particle swarm optimization (PSO), an intelligent optimization algorithm)
PSO-Sphere
- 粒子群优化算法pso的matlab程序,测试函数为Sphere函数,可以直接使用,其他函数可以自己更改(PSO pso matlab program, test the function of Sphere function, can be used directly, other functions can own change)
FOA
- python实现的果蝇优化算法,测试函数为sphere函数(The fruit fly optimization algorithm implemented by python, the test function is sphere function.)