iohexperimenter 0.2.9.2


pip install iohexperimenter

  Latest version

Released: Jan 29, 2021

Project Links

Meta
Author: Furong Ye, Diederick Vermetten, and Hao Wang
Requires Python: >=3.6

Classifiers

Programming Language
  • Python :: 3

License
  • OSI Approved :: GNU General Public License v3 (GPLv3)

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.

Extras: None
Dependencies:
numpy