Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 403 Bytes

pyFEA

Implementation of Factored Evolutionary Algorithms (Strasser et. al 2017).

Installation

One can use the usual pip install . command. A conda environment is also provided for environment dependencies. Python dependencies are managed in the using poetry and the pyproject.toml file. One can do the usual:

conda env create -f environment.yml
conda activate pyfea
pip install .