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

TunerIrace fails when a param in the paramset has multiple dependencies #188

Closed mb706 closed 2 years ago

mb706 commented 2 years ago

It fails with this one, for example: https://github.com/slds-lmu/yahpo_data/blob/main/rbv2_super/param_set.R . paradox_to_irace then creates a broken parameter description string where some parameters occur multiple times (due to recycling).

MLopez-Ibanez commented 2 years ago

Is there anything irace can do about this?

be-marc commented 2 years ago

Is there anything irace can do about this?

No. This was an issue on our side. Thanks.

be-marc commented 2 years ago

Solved by #195