Package org.optaplanner.core.impl.phase
Class NoChangePhaseFactory<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.phase.AbstractPhaseFactory<Solution_,NoChangePhaseConfig>
-
- org.optaplanner.core.impl.phase.NoChangePhaseFactory<Solution_>
-
- All Implemented Interfaces:
PhaseFactory<Solution_>
public class NoChangePhaseFactory<Solution_> extends AbstractPhaseFactory<Solution_,NoChangePhaseConfig>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactory
phaseConfig
-
-
Constructor Summary
Constructors Constructor Description NoChangePhaseFactory(NoChangePhaseConfig phaseConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoChangePhase<Solution_>
buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactory
buildPhaseTermination
-
-
-
-
Constructor Detail
-
NoChangePhaseFactory
public NoChangePhaseFactory(NoChangePhaseConfig phaseConfig)
-
-
Method Detail
-
buildPhase
public NoChangePhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-
-