Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 322 Bytes

genoa

A generic Genetic Algorithm - supports a) float and b) ordered set types of chromosomes

  • genoa.py: implements the Genetic Algorithm

  • individual.py: implements the individuals (chromosomes)

  • operators.py: implements a common interface to genetic operators

  • ga.ini: sample initialisation file