Class DomicileDistanceStandstillStrengthWeightFactory
java.lang.Object
org.optaplanner.examples.tsp.domain.solver.DomicileDistanceStandstillStrengthWeightFactory
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Standstill>
public class DomicileDistanceStandstillStrengthWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Standstill>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSorterWeight(TspSolution tspSolution, Standstill standstill)
-
Constructor Details
-
DomicileDistanceStandstillStrengthWeightFactory
public DomicileDistanceStandstillStrengthWeightFactory()
-
-
Method Details
-
createSorterWeight
public DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight createSorterWeight(TspSolution tspSolution, Standstill standstill) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Standstill>
-