A simple package for genetic optimization in python.
To install from source code:
git clone https://github.com/OskarLiew/PyGenOpt.git
pip install PyGenOpt/
Package will be uploaded to PyPi repository later.
Check out this example on how PyGenOpt can be used to select variables for a multiple linear regression model.