Class DepotAngleBusStopDifficultyWeightFactory
- java.lang.Object
-
- org.optaplanner.examples.coachshuttlegathering.domain.solver.DepotAngleBusStopDifficultyWeightFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CoachShuttleGatheringSolution,BusOrStop>
public class DepotAngleBusStopDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CoachShuttleGatheringSolution,BusOrStop>
On large datasets, the constructed solution looks like pizza slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight
-
Constructor Summary
Constructors Constructor Description DepotAngleBusStopDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeightcreateSorterWeight(CoachShuttleGatheringSolution solution, BusOrStop busOrStop)
-
-
-
Method Detail
-
createSorterWeight
public DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeight createSorterWeight(CoachShuttleGatheringSolution solution, BusOrStop busOrStop)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CoachShuttleGatheringSolution,BusOrStop>
-
-