coco-experiment is a Python module implementing the experimental part of COCO: A Platform for Comparing Continuous Optimizers in a Black-Box Setting.
- Website: https://numbbo.github.io/coco/
- Source code: https://github.com/numbbo/coco
- Bug reports: https://github.com/numbbo/coco/issues
The easiest way to install coco-experiment is using pip
(preferably in a virtual environment):
pip install -U coco-experiment
Similar to scikit-learn, the name of the coco-experiment module is not coco-experiment
but rather cocoex
.
To get started, take a look at the simple example experiment.