diff --git a/README.md b/README.md index 8f5e5c3..eca7a0a 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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