PyGAO
Genetic Algorithm Optimization for Python
A simple interface for performing genetic algorithm optimization for numerical problems. I am starting with a stripped-down version, where a solution can be described using a single vector of float numbers. Eventually, I will expand to more generic data structures and add multiple-species search options.
For the time being, I have no plans of developing a GUI. For now, this is strictly a computational module.
In addition to the standard Python libraries, PyGAO uses numpy.