-
Feature Request
-
Resolution: Done
-
Major
-
7.0.0.Final
-
None
-
None
-
2018 Week 36-38
-
3
-
NEW
-
NEW
I would like to use unimprovedSecondsSpentLimit but only if the HARD score doesn't improve, irrelevant to the other scores (MEDIUM or SOFT).
Something like hardScoreUnimprovedSecondsSpentLimit.
Strawman proposal A:
<termination> <!-- If the best score hasn't improved by 100 soft points in 30 seconds, terminate solving --> <unimprovedSecondsSpentLimit>30</unimprovedSecondsSpentLimit> <unimprovedScoreDifferenceThreshold>0hard/100soft</unimprovedScoreDifferenceThreshold> </termination>
- is blocked by
-
PLANNER-1265 Termination implements PhaseLifecycleListener but does not receive any events
-
- Resolved
-
- relates to
-
PLANNER-1270 Test friendly: don't use System.currentMillis() but use Clock.millis() instead and add a constructor for unit tests to override the default Clock.
-
- Resolved
-