-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
2020 Week 19-21 (from May 4), 2020 Week 22-24 (from May 25)
-
3
-
-
NEW
-
NEW
Only occurs now if the single CH step takes longer than the configured termination threshold.
If the Unimproved Time Spent Termination Duration is less than the time needed for the Construction Heuristic to finish, the Solver crash on the Local Search phase (if one is configured).
Expected behavior:
Solver terminates without starting the Local Search phase
(Per the Optaplanner docs, the Unimproved Time Spent Termination should not be applied to Construction Heuristics as they only update the best solution at the end. This provides an issue for the Spring Boot auto-configure, since it can only set global termination options).
- is related to
-
PLANNER-1940 Construction heuristic does not update best solution until it finishes
- Resolved
- relates to
-
PLANNER-2459 UnimprovedTimeMillisSpentScoreDifferenceThresholdTermination: init score improvement should reset threshold (regression?)
- Resolved