Particle update strategy
Every Swarm.evolve() itereation the following methods are called
- begin(Swarm) : Once at the begining of each iteration
- update(Swarm,Particle) : Once for each particle
- end(Swarm) : Once at the end of each iteration
Particle update strategy
Every Swarm.evolve() itereation the following methods are called
- begin(Swarm) : Once at the begining of each iteration
- update(Swarm,Particle) : Once for each particle
- end(Swarm) : Once at the end of each iteration