当前位置:网站首页>PSO and mfpso

PSO and mfpso

2022-07-24 04:50:00 NI3E

Notes .2022-7-21

Reference resources :CEC-2017-An Empirical Study of Multifactorial PSO and Multifactorial DE

1 pso Algorithm

Particle Swarm Optimization

  Reference resources : optimization algorithm —— Particle swarm optimization (PSO)_zhiyong_will The blog of -CSDN Blog _pso Algorithm

( Code attached ↑)

( The source knows : Particle swarm optimization algorithm (Particle Swarm Optimization, PSO) A detailed interpretation of - You know

 

 

pso( Population based stochastic optimization algorithm )_ Baidu Encyclopedia

Yes pso make a concrete analysis :

(1) initialization

Randomly generate particle swarm in the problem search space .

Particle related parameters : velocity vector , Position vector , Fitness ;

(2) Optimal solution

Fitness calculation function fitness

(? How exactly

(3) to update  

 

(4) loop 、 End

When the predefined fitness value is obtained or the maximum number of iterations is met .

2 MFPSO Algorithm

MFPSO The pseudocoding of coordinated mating in is as follows

  Reference resources : Feature selection algorithm of high-dimensional data based on multi factor particle swarm optimization _ Lin Weixing - Daokebaba


 78 It should be written once a week after the month ?? should ?

 

原网站

版权声明
本文为[NI3E]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/205/202207240447016998.html