mlr-org / bbotk

Black-box optimization framework for R.
https://bbotk.mlr-org.com
GNU Lesser General Public License v3.0
21 stars 9 forks source link

Extras with *_checked methods in Objective #85

Closed be-marc closed 4 years ago

be-marc commented 4 years ago

eval_checked and eval_many_checked should ignore extras by using codomain$ids().

berndbischl commented 4 years ago

we can simply access the "res" list with the ids of the codomain. only that sublist is checked, rest is considered "extra" and ignored