mlr-org / paradox

ParamHelpers Next Generation
https://paradox.mlr-org.com
GNU Lesser General Public License v3.0
28 stars 7 forks source link

Autocompletion #383

Closed sebffischer closed 1 year ago

sebffischer commented 1 year ago

One of the things in mlr3 that is really not user friendly in my opinion is that we don't have autocompletion for parameters.

One way to address this would be to dynamically construct the set_values method of a ParamSet to have its arguments set to the parameter ids. For that we would either have to lock the parameters in a ParamSet or reconstruct the method every time a parameter is added or removed.

What do you think @mllg @be-marc @mb706

mb706 commented 1 year ago

mllg won't like it ;-)