-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels