Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 254 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 254 Bytes

Evolutionary algorithms in (pure) Python

There are three algorithms implemented in this package (from best to worse):

  • epso (Evolutionary Particle Swarm Optimization)
  • pso (Particle Swarm Optimization) (tbd)
  • pop (Classic Genetic Algorithm) (tbd)