Skip to content

Commit

Permalink
* README.md: Mention Rust bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 22, 2023
1 parent 5cbc292 commit e980ca7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,11 @@ following commands within the R console:

### Python ###

You can use the irace R package from Python using `rpy2`. An example on how to do this is the implementation of [iracepy](https://github.com/auto-optimization/iracepy).
You can use the irace R package from Python using `rpy2`. There are actually two different implementations of this idea: [iracepy](https://github.com/auto-optimization/iracepy) and [iracepy-tiny](https://github.com/Saethox/iracepy-tiny).

### Rust ###

You can use `irace` from Rust by using [irace-rs](https://github.com/Saethox/irace-rs).

Usage
-----
Expand Down

0 comments on commit e980ca7

Please sign in to comment.