mlr-org / paradox

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

Add method set_defaults #368

Closed sebffischer closed 1 year ago

sebffischer commented 2 years ago

Sometimes we want to have access to the default values For example when tuning, we might want to evaluate the algorithm with the default parameters when they were selected in a smart way.

Plan: Add set_defaults (and maybe get_defaults ? ) that should be called instead of the usual param_set$values = list(...)