The experimenter for Iterative Optimization Heuristic
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.
0.2.9.2
Jan 29, 2021
0.2.9.1
Jan 29, 2021
0.2.9
Jan 26, 2021
0.2.8.7
Dec 02, 2020
0.2.8.post0
Oct 05, 2020
0.2.8
Oct 02, 2020
0.2.5.post0
Sep 11, 2020
0.2.5
0.2.4.post0
Sep 08, 2020
0.2.4
0.2.2
Jul 07, 2020
0.2.1
Jun 30, 2020
0.2.0
Jun 30, 2020
0.1.0
May 28, 2020
0.0.9
Mar 29, 2020
0.0.9.dev0
Mar 31, 2020
0.0.8
Mar 26, 2020
0.0.7
Mar 26, 2020
0.0.6
Mar 26, 2020
0.0.5
Mar 26, 2020
0.0.4
Mar 25, 2020
0.0.3
Mar 25, 2020
0.0.2
Mar 25, 2020
0.0.1.dev3
Mar 25, 2020
0.0.1.dev2
Jan 09, 2020
0.2.5t
Sep 27, 2020
0.0.9.dev0.macosx
Apr 24, 2020
Wheel compatibility matrix
| Platform | CPython 3.6 | CPython 3.7 | CPython 3.8 | CPython 3.9 |
|---|---|---|---|---|
| macosx_10_14_x86_64 | ||||
| manylinux2010_x86_64 | ||||
| win32 | ||||
| win_amd64 |
Files in release
IOHexperimenter-0.2.9.2-cp36-cp36m-macosx_10_14_x86_64.whl (568.9KiB)
IOHexperimenter-0.2.9.2-cp36-cp36m-manylinux2010_x86_64.whl (5.6MiB)
IOHexperimenter-0.2.9.2-cp36-cp36m-win32.whl (406.0KiB)
IOHexperimenter-0.2.9.2-cp36-cp36m-win_amd64.whl (506.1KiB)
IOHexperimenter-0.2.9.2-cp37-cp37m-macosx_10_14_x86_64.whl (568.9KiB)
IOHexperimenter-0.2.9.2-cp37-cp37m-manylinux2010_x86_64.whl (5.6MiB)
IOHexperimenter-0.2.9.2-cp37-cp37m-win32.whl (406.0KiB)
IOHexperimenter-0.2.9.2-cp37-cp37m-win_amd64.whl (506.1KiB)
IOHexperimenter-0.2.9.2-cp38-cp38-macosx_10_14_x86_64.whl (569.5KiB)
IOHexperimenter-0.2.9.2-cp38-cp38-manylinux2010_x86_64.whl (5.6MiB)
IOHexperimenter-0.2.9.2-cp38-cp38-win32.whl (403.3KiB)
IOHexperimenter-0.2.9.2-cp38-cp38-win_amd64.whl (506.5KiB)
IOHexperimenter-0.2.9.2-cp39-cp39-macosx_10_14_x86_64.whl (568.1KiB)
IOHexperimenter-0.2.9.2-cp39-cp39-win32.whl (407.7KiB)
IOHexperimenter-0.2.9.2-cp39-cp39-win_amd64.whl (506.4KiB)
IOHexperimenter-0.2.9.2.tar.gz (239.3KiB)
Extras:
None
Dependencies:
numpy