Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 432 Bytes

File metadata and controls

17 lines (9 loc) · 432 Bytes

PyGenOpt

A simple package for genetic optimization in python.

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.

Usage

Check out this example on how PyGenOpt can be used to select variables for a multiple linear regression model.