MaCh3 2.2.1
Reference Guide
Loading...
Searching...
No Matches
Classes
PSO.h File Reference
#include <algorithm>
#include <functional>
#include <numeric>
#include "Fitters/LikelihoodFit.h"
Include dependency graph for PSO.h:
This graph shows which files directly or indirectly include this file:

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...