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

missing unit tests for $best() result retrieval #33

Closed SebGGruber closed 4 years ago

SebGGruber commented 4 years ago

added unit test for resample result of the best run: expect_resample_result(inst$best()) The unit test is imported from mlr3 testthat helpers.