![]() |
MaCh3 2.2.1
Reference Guide
|
Go to the source code of this file.
Classes | |
class | particle |
Class particle - stores the position, velocity and personal best With functions which move particle and update velocity. More... | |
class | PSO |
Class PSO, consist of a vector of object Class Particle and global best Takes in the size (number of particle) and number of iteration functions includes: finding global best, updating velocity, actual minimisation function. More... | |