mlr-org / ParamHelpers

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

handle long requires in generateDesign() #233

Open mb706 opened 3 years ago

mb706 commented 3 years ago

deparse() can create vectors with more than one element when the expression being deparsed is long; vapply() will then throw an error because the return of grepl() is not a scalar any more in that case.