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

unit tests for HB #2

Closed berndbischl closed 5 years ago

berndbischl commented 5 years ago

i guess we need to somehow export the general tests from mlr3 tuning, or copy them over.

berndbischl commented 5 years ago

you should also code some specific tests for HB

SebGGruber commented 5 years ago

I copied some over and adjusted for using a budget and multi crit optionally also added unit tests for non dominated sorting with hypervolume as tie-breaker re-open if more unit tests are desired

berndbischl commented 5 years ago

i looked at the tests they seem fine for now as a first try i dislike the copy-paste in helpers.R from mlr3tuning but i also dont know how to avoid this - easily