Implementation of Factored Evolutionary Algorithms (Strasser et. al 2017).
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 .