Pythonic bindings for irace: Iterated Racing for Automatic Algorithm Configuration.
This package is a fork/reimplementation of iracepy
with a reduced
feature set, which tries to be somewhat more pythonic (i.e. define scenarios and parameter spaces dynamically in code,
not in static configuration files).
For more information on irace
, see its documentation directly.
If you need any options for irace
that are not yet implemented here, feel free to open an issue or fork the repository and open a PR.
Tested with Python 3.12.
pip install git+https://github.com/Saethox/iracepy-tiny#egg=irace
See the examples directory.