mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

change exhaustive to random search in accordance with code #134

Closed AlexEngelhardt closed 6 years ago

AlexEngelhardt commented 6 years ago

I think this change should be made. In the code below, you perform a random search instead of an exhaustive one, right?

schiffner commented 6 years ago

Thanks!