Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 287 Bytes

File metadata and controls

16 lines (11 loc) · 287 Bytes

Quickstart

Set up the library with pip using the following commands.

cd <git root directory>/influence_moo
pip install -e .

Run the example code for the CCEA

python run_example.py

To run the CCEA using the commandline, see influence_moo/influence_moo/run_cli.py