mlr-org / mlr3hyperband

Successive Halving and Hyperband in the mlr3 ecosystem
https://mlr3hyperband.mlr-org.com
GNU Lesser General Public License v3.0
18 stars 5 forks source link

`nds_selection`: If reference point is given, it needs to be transformed in case of maximization #64

Closed juliambr closed 4 years ago

juliambr commented 4 years ago

In case of maximization, we are transforming all of the points (see here).

However, we also need to transform the ref_point, if it is given.