mlr-org / ParamHelpers

Helpers for parameters in black-box optimization, tuning and machine learning.
https://paramhelpers.mlr-org.com
Other
25 stars 9 forks source link

Union of ParamSet #201

Closed vrodriguezf closed 5 years ago

vrodriguezf commented 5 years ago

Hi,

Is there a way to "concat" two ParamSet objects?

Thanks!

berndbischl commented 5 years ago

sure, the c.ParamSet operator is implemented

line 94: https://github.com/berndbischl/ParamHelpers/blob/master/R/ParamSet.R

reopen if that does not answer.

vrodriguezf commented 5 years ago

Awesome, thanks!