Oven logo

Oven

Published

The experimenter for Iterative Optimization Heuristic

pip install iohexperimenter

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

>=3.6

Dependencies

    Python Interface to IOHexperimenter

    This is the python interface to IOHexperimenter, which is the experimentation environment for Iterative Optimization Heuristics (IOHs). The source code of IOHexperimenter is written in C++ and its python interface is realized using SWIG. IOHexperimenter is a part of the bigger project called IOHprofiler.

    build/upload the python package

    To build the source file:

    python setup.py build
    

    To install the built package locally:

    python setup.py install
    

    To prepare the source distribution package:

    python setup.py sdist
    

    To distribute package to PyPI:

    python -m twine upload dist/*
    

    Of course, you need install twine package first.