MLopez-Ibanez / irace

Iterated Racing for Automatic Algorithm Configuration
https://mlopez-ibanez.github.io/irace/
GNU General Public License v2.0
58 stars 14 forks source link

allow read configuration to read directly from data.frame #48

Closed DE0CH closed 1 year ago

DE0CH commented 1 year ago

This PR is similar to the previous PR modifying the readParameters. This time, we add an option to feed in an r data.frame directly. This would be a useful API for things like auto-optimization/iracepy#15.

MLopez-Ibanez commented 1 year ago

You can already pass the configurations in the scenario as a data.frame. This is what we do in iracepy in set_initial(). Why is that wrong or not working?

DE0CH commented 1 year ago

Oh sorry I did not see this. I'll close this.