Class NoChangePhaseFactory<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.phase.AbstractPhaseFactory<Solution_,NoChangePhaseConfig>
ai.timefold.solver.core.impl.phase.NoChangePhaseFactory<Solution_>
- Type Parameters:
Solution_-
- All Implemented Interfaces:
PhaseFactory<Solution_>
@Deprecated(forRemoval=true,
since="1.20.0")
public class NoChangePhaseFactory<Solution_>
extends AbstractPhaseFactory<Solution_,NoChangePhaseConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.phase.AbstractPhaseFactory
logger, phaseConfig -
Constructor Summary
ConstructorsConstructorDescriptionNoChangePhaseFactory(NoChangePhaseConfig phaseConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ai.timefold.solver.core.impl.phase.AbstractPhaseFactory
buildPhaseTermination
-
Constructor Details
-
NoChangePhaseFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
buildPhase
public NoChangePhase<Solution_> buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) Deprecated, for removal: This API element is subject to removal in a future version.
-
NoChangePhase.