Marc Becker

Results 55 comments of Marc Becker

Do we still want that? Since we can now do this ```r search_space = ps( minsplit = p_dbl(lower = 1, upper = 10, , trafo = round) ) generate_design_grid(search_space, 3)$transpose()...

We do not check this anymore by default. This can be activated with `check_values = TRUE`. In this case the dependency must be set. Unit tests in #440.

irace shows how to run the same configuration on different resamplings. The tuner adds a grouping variable to the archive and implements it's own `.assign_result` function.

We decided that the tuner should handle this.