Class NoChangePhase<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.phase.AbstractPhase<Solution_>
ai.timefold.solver.core.impl.phase.NoChangePhase<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Implemented Interfaces:
PhaseLifecycleListener<Solution_>,Phase<Solution_>,SolverLifecycleListener<Solution_>,EventListener
@Deprecated(forRemoval=true,
since="1.20.0")
public class NoChangePhase<Solution_>
extends AbstractPhase<Solution_>
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated on account of having no use.
A
NoChangePhase is a Phase which does nothing.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from class ai.timefold.solver.core.impl.phase.AbstractPhase
AbstractPhase.AbstractPhaseBuilder<Solution_> -
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.phase.AbstractPhase
assertExpectedStepScore, assertPhaseScoreFromScratch, assertShadowVariablesAreNotStaleAfterStep, assertStepScoreFromScratch, logger, logIndentation, phaseIndex, phaseLifecycleSupport, phaseTermination -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidsolve(SolverScope<Solution_> solverScope) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ai.timefold.solver.core.impl.phase.AbstractPhase
addPhaseLifecycleListener, assertWorkingSolutionInitialized, calculateWorkingStepScore, getPhaseIndex, getPhaseTermination, isAssertExpectedStepScore, isAssertShadowVariablesAreNotStaleAfterStep, isAssertStepScoreFromScratch, isNested, phaseEnded, phaseStarted, predictWorkingStepScore, removePhaseLifecycleListener, solvingEnded, solvingStarted, stepEnded, stepStartedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingError
-
Method Details
-
getPhaseTypeString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPhaseTypeStringin classAbstractPhase<Solution_>
-
solve
Deprecated, for removal: This API element is subject to removal in a future version.
-