Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.23 KB


PyPI Downloads Paper

coco-experiment is a Python module implementing the experimental part of COCO: A Platform for Comparing Continuous Optimizers in a Black-Box Setting.

Installation

The easiest way to install coco-experiment is using pip (preferably in a virtual environment):

pip install -U coco-experiment

Usage

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.