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.
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?
This PR is similar to the previous PR modifying the
readParameters
. This time, we add an option to feed in an rdata.frame
directly. This would be a useful API for things like auto-optimization/iracepy#15.