Jakob Richter
Jakob Richter
I adapted to all upstream changes and merged above mention mlr3book PR. It technically works. If you want to add something, please open a new PR in mlr3book. Otherwise you...
2 do: Integrate: `generateGridDesign(ps, discrete.as.values = FALSE)` as well as converter function for data.frames which uses `discreteNameToValue`
It just came to my mind that `discrete.as.values == TRUE` would just involve the call of `convertListOfRowsToDataFrame(dfRowsToList(des, par.set = ps))` this is on the one hand super easy so we...
I would propose to throw an error if non-scalar values are in the given design. Nobody sane would actually want to use that helper with non-scalar values anyhow I guess.
[Das](https://mlr.mlr-org.com/articles/tutorial/talks_videos_workshops.html) hier ist die Liste ja? Vermutlich wäre es effizienter diese einfach in das README von diesem Repo zu packen, oder? Würde auch bei der Orientierung ungemein helfen.
Danke @pat-s. :raised_hands: . Closen, wenn Bernd die Venue geadded hat?
I already came across this line and decided that it is probably a deliberate decision. This is only called if points got deleted because they do not fulfill the requirements....
Feel free to change it :slightly_smiling_face: Maybe the original author wants to have a word @berndbischl :wink:
It is implemented in ParamHelpers but not in mlr and never will be (too complicated to implement correctly given the architecture of mlr at the moment). So some of the...
https://github.com/mlr-org/mlr/issues/1494