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
-
Method Summary
Modifier and TypeMethodDescriptionbuildPhase
(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination) Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhaseFactory
buildPhaseTermination
-
Constructor Details
-
NoChangePhaseFactory
-
-
Method Details
-
buildPhase
public NoChangePhase<Solution_> buildPhase(int phaseIndex, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> solverTermination)
-