Uses of Interface
ai.timefold.solver.core.impl.phase.PossiblyInitializingPhase
Packages that use PossiblyInitializingPhase
Package
Description
-
Uses of PossiblyInitializingPhase in ai.timefold.solver.core.impl.constructionheuristic
Subinterfaces of PossiblyInitializingPhase in ai.timefold.solver.core.impl.constructionheuristicModifier and TypeInterfaceDescriptioninterfaceConstructionHeuristicPhase<Solution_>AConstructionHeuristicPhaseis aPhasewhich uses a construction heuristic algorithm, such as First Fit, First Fit Decreasing, Cheapest Insertion, ...Classes in ai.timefold.solver.core.impl.constructionheuristic that implement PossiblyInitializingPhaseModifier and TypeClassDescriptionclassDefaultConstructionHeuristicPhase<Solution_>Default implementation ofConstructionHeuristicPhase. -
Uses of PossiblyInitializingPhase in ai.timefold.solver.core.impl.heuristic.selector.move.generic
Classes in ai.timefold.solver.core.impl.heuristic.selector.move.generic that implement PossiblyInitializingPhase -
Uses of PossiblyInitializingPhase in ai.timefold.solver.core.impl.phase
Classes in ai.timefold.solver.core.impl.phase that implement PossiblyInitializingPhase -
Uses of PossiblyInitializingPhase in ai.timefold.solver.core.impl.phase.custom
Subinterfaces of PossiblyInitializingPhase in ai.timefold.solver.core.impl.phase.customClasses in ai.timefold.solver.core.impl.phase.custom that implement PossiblyInitializingPhaseModifier and TypeClassDescriptionfinal classDefaultCustomPhase<Solution_>Default implementation ofCustomPhase.