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 Classes Modifier and Type Class Description static classDomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight
-
Constructor Summary
Constructors Constructor Description DomicileDistanceStandstillStrengthWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeightcreateSorterWeight(TspSolution tspSolution, Standstill standstill)
-
-
-
Method Detail
-
createSorterWeight
public DomicileDistanceStandstillStrengthWeightFactory.DomicileDistanceStandstillStrengthWeight createSorterWeight(TspSolution tspSolution, Standstill standstill)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<TspSolution,Standstill>
-
-