Class DomicileAngleVisitDifficultyWeightFactory
- java.lang.Object
-
- org.optaplanner.examples.tsp.domain.solver.DomicileAngleVisitDifficultyWeightFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Visit>
public class DomicileAngleVisitDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Visit>
On large datasets, the constructed solution looks like pizza slices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeight
-
Constructor Summary
Constructors Constructor Description DomicileAngleVisitDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeightcreateSorterWeight(TspSolution vehicleRoutingSolution, Visit visit)
-
-
-
Method Detail
-
createSorterWeight
public DomicileAngleVisitDifficultyWeightFactory.DomicileAngleVisitDifficultyWeight createSorterWeight(TspSolution vehicleRoutingSolution, Visit visit)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Visit>
-
-