搜索资源列表
jmetal.2.2.tar
- 这是最新的多目标进化算法包V2.2,这个集成包包含了近期的流行的,常用的多目标进化算法,包括NSGA2,SPEA2,PEAS2,以及多目标粒子群算法,另外还集成了单目标进化算法-This is a latest multi-objective evolutionary algorithm package V2.2, the integrated package includes a recent popular, commonly used in multi-objective evolutio
pos
- 实现单目标的粒子群优化问题,以鸟群寻找食物为例,怎样使鸟群在最短的时间内找到食物-Single-objective particle swarm optimization to birds looking for food, for example, how to make the birds in the shortest period of time to find food
newtest6
- 粒子群算法,单目标 粒子群算法,单目标-Particle swarm optimization, single-objective particle swarm optimization, single-objective particle swarm optimization, single objective
pso-lib
- 粒子群工具箱,可用,可实现单目标,多目标最优化-PSO toolbox available, single-target, multi-objective optimization
粒子群算法
- 用c++的方法编写单目标粒子群算法,包含4个测试函数,结果还不错
LinWPSO
- 对典型的粒子群算法的改进,是一类权重改进的粒子群算法,利用新型递减权重法来更新粒子速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named new decreasing weight to update the position and velocity of the particle. It can be used for han
SAPSO
- 对粒子群算法的改进,利用一种名为自适应权重粒子的方法来更新粒子速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named adaptive weight to update the position and velocity of the particle. It can be used for handling single obj
RandWPSO
- 对粒子群算法的改进,利用一类名为随机权重法来更新粒子的速度和位置,用来解决静态单目标优化问题-It is the improved particle swarm optimization algorithm. It introduced a kind method named random weight to update the position and velocity of the particle. It can be used for handle single objective p
粒子群基本算法
- 粒子群优化算法 智能优化算法 单目标优化(particle swarm optimization)