Description: Particle Swarm Optimization (PSO) is a population based stochastic optimization technique by Eberhart and Kennedy made in 1995. PSO algorithm to imitate insects, herds, birds and fish such as cluster behavior, these groups according to a collaborative approach in search of food, each member of the group through its own experience and learning experiences of other members to the changing The search mode.
To Search:
File list (Check if you may need any files):
PSO_C++\MyPSO.cpp
.......\MyPSO.h
.......\pso.cpp
.......\pso.h
.......\SignPlanStep3.cpp
.......\SignPlanStep3.h
PSO_C++