Uses of Class
ai.timefold.solver.core.impl.phase.AbstractPhase
Packages that use AbstractPhase
Package
Description
-
Uses of AbstractPhase in ai.timefold.solver.core.impl.constructionheuristic
Subclasses of AbstractPhase in ai.timefold.solver.core.impl.constructionheuristicModifier and TypeClassDescriptionclassDefaultConstructionHeuristicPhase<Solution_>Default implementation ofConstructionHeuristicPhase. -
Uses of AbstractPhase in ai.timefold.solver.core.impl.exhaustivesearch
Subclasses of AbstractPhase in ai.timefold.solver.core.impl.exhaustivesearchModifier and TypeClassDescriptionclassDefaultExhaustiveSearchPhase<Solution_>Default implementation ofExhaustiveSearchPhase. -
Uses of AbstractPhase in ai.timefold.solver.core.impl.heuristic.selector.move.generic
-
Uses of AbstractPhase in ai.timefold.solver.core.impl.localsearch
Subclasses of AbstractPhase in ai.timefold.solver.core.impl.localsearchModifier and TypeClassDescriptionclassDefaultLocalSearchPhase<Solution_>Default implementation ofLocalSearchPhase. -
Uses of AbstractPhase in ai.timefold.solver.core.impl.phase
Subclasses of AbstractPhase in ai.timefold.solver.core.impl.phaseModifier and TypeClassDescriptionclassAbstractPossiblyInitializingPhase<Solution_>classNoChangePhase<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated on account of having no use.Methods in ai.timefold.solver.core.impl.phase that return AbstractPhaseModifier and TypeMethodDescriptionprotected abstract AbstractPhase<Solution_>AbstractPhase.AbstractPhaseBuilder.build() -
Uses of AbstractPhase in ai.timefold.solver.core.impl.phase.custom
Subclasses of AbstractPhase in ai.timefold.solver.core.impl.phase.customModifier and TypeClassDescriptionfinal classDefaultCustomPhase<Solution_>Default implementation ofCustomPhase.