how_to_use_particle_swarm_optimisation5 years ago
Call the library | The Particle Class | method new() (initialize): | method get_fitness() | method update() | method update_personal_best_fitness() | method print() | The ParticleSwarm Class | method new() | method generate_pop() | method move_the_swarm() | method save_pop() | method plot_the_swarm_2D() | method plot_the_swarm_3D() | method run()