Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saethox committed Oct 4, 2024
1 parent a78bef8 commit 71f03ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# iracepy-tiny

(Somewhat) minimal Python bindings
for [irace: Iterated Racing for Automatic Algorithm Configuration](https://github.com/MLopez-Ibanez/irace).
Pythonic bindings for [irace: Iterated Racing for Automatic Algorithm Configuration](https://github.com/MLopez-Ibanez/irace).

This package is a fork/reimplementation of [`iracepy`](https://github.com/auto-optimization/iracepy) with a reduced
feature set, which tries to be somewhat more pythonic (i.e. define scenarios and parameter spaces dynamically in code,
Expand All @@ -13,10 +12,10 @@ For more information on `irace`, see its [documentation](https://mlopez-ibanez.g

### Requirements

- [irace](https://mlopez-ibanez.github.io/irace/#github-development-version) R package (development version)
- [irace](https://mlopez-ibanez.github.io/irace/#github-development-version) R package (development version, currently [#1fdbba6](https://github.com/MLopez-Ibanez/irace/tree/1fdbba610a263a5dd2372a760d33164809e8495f))
- [Python](https://www.python.org)

Tested with Python 3.11.
Tested with Python 3.12.

### Installation

Expand Down

0 comments on commit 71f03ec

Please sign in to comment.