Welcome to PyGenOpt’s documentation!¶
PyGenOpt is a simple package for genetic optimization. The main feature of this
package is the GeneticOptimizer that maximizes an objective
function.
Installation¶
To install from source code:
git clone https://github.com/OskarLiew/PyGenOpt.git
pip install PyGenOpt/
Package will be uploaded to PyPi repository later.
Api Reference