-
Story
-
Resolution: Obsolete
-
Critical
-
None
-
None
-
None
-
2021 Week 37-39 (from Sep 13)
-
13
-
Undefined
-
NEW
-
NEW
It was relatively easy to get the Local Search running on the modified TaskAssigning example. Construction Heuristic is a very different approach. In order to get it running we need to:
- Fix initScore tracking.
- Create a new algorithm that assigns values (Tasks) to entities' (Employee) @CollectionPlanningVariable variables (List<Task> taskList).
The init score needs to be calculated not by counting uninitialized entities but counting the unassigned values (tasks).
The new CH algorithm will be similar to Allocate value from queue but it needs to run until "all values are assigned" instead of until "all entities are initialized".
- split to
-
PLANNER-2513 List variable CH: new initScore approach
-
- Resolved
-
-
PLANNER-2515 List variable CH: change move that assigns an unassigned value
-
- Resolved
-
-
PLANNER-2543 Make CH work out of the box, fail fast if power tweaking is detected
-
- Resolved
-