Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.11 KB

iracepy-tiny

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.

Getting Started

Requirements

Tested with Python 3.12.

Installation

pip install git+https://github.com/Saethox/iracepy-tiny#egg=irace

Examples

See the examples directory.