You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, if the target runner runs out of budget, it returns Inf for cost and 0 for time. Nguyen suggested changing it to Inf for cost and 0 for time if the budget is the same as the maxmium evaluation set by us, then return Inf and 0, otherwise if the bound is given by irace, we return bound + 1 for both cost and time.
This creates an issue because the current code does not reflect the configuration of previous runs, and makes the result not reproducable.
The text was updated successfully, but these errors were encountered:
Seems like the config that is not propagated are all the things before binning_with_defaults, before commit 2dc1a4a6ad20d610e5d5f7ae7a91813840ba0e47 but the n = 2000 for iterative_seeding_sizes was rerun with the new behaviour.
Previously, if the target runner runs out of budget, it returns Inf for cost and 0 for time. Nguyen suggested changing it to Inf for cost and 0 for time if the budget is the same as the maxmium evaluation set by us, then return Inf and 0, otherwise if the bound is given by irace, we return bound + 1 for both cost and time.
This creates an issue because the current code does not reflect the configuration of previous runs, and makes the result not reproducable.
The text was updated successfully, but these errors were encountered: