Uses of Interface
ai.timefold.solver.core.impl.phase.PhaseFactory
Packages that use PhaseFactory
Package
Description
-
Uses of PhaseFactory in ai.timefold.solver.core.impl.constructionheuristic
Classes in ai.timefold.solver.core.impl.constructionheuristic that implement PhaseFactory -
Uses of PhaseFactory in ai.timefold.solver.core.impl.exhaustivesearch
Classes in ai.timefold.solver.core.impl.exhaustivesearch that implement PhaseFactory -
Uses of PhaseFactory in ai.timefold.solver.core.impl.localsearch
Classes in ai.timefold.solver.core.impl.localsearch that implement PhaseFactory -
Uses of PhaseFactory in ai.timefold.solver.core.impl.partitionedsearch
Classes in ai.timefold.solver.core.impl.partitionedsearch that implement PhaseFactory -
Uses of PhaseFactory in ai.timefold.solver.core.impl.phase
Classes in ai.timefold.solver.core.impl.phase that implement PhaseFactoryModifier and TypeClassDescriptionclassAbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>> classNoChangePhaseFactory<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.Methods in ai.timefold.solver.core.impl.phase that return PhaseFactoryModifier and TypeMethodDescriptionstatic <Solution_>
PhaseFactory<Solution_>PhaseFactory.create(PhaseConfig<?> phaseConfig) -
Uses of PhaseFactory in ai.timefold.solver.core.impl.phase.custom
Classes in ai.timefold.solver.core.impl.phase.custom that implement PhaseFactory
NoChangePhase.