Uses of Class
ai.timefold.solver.core.config.phase.PhaseConfig
-
-
Uses of PhaseConfig in ai.timefold.solver.core.config.constructionheuristic
Subclasses of PhaseConfig in ai.timefold.solver.core.config.constructionheuristic Modifier and Type Class Description classConstructionHeuristicPhaseConfig -
Uses of PhaseConfig in ai.timefold.solver.core.config.exhaustivesearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.exhaustivesearch Modifier and Type Class Description classExhaustiveSearchPhaseConfig -
Uses of PhaseConfig in ai.timefold.solver.core.config.localsearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.localsearch Modifier and Type Class Description classLocalSearchPhaseConfig -
Uses of PhaseConfig in ai.timefold.solver.core.config.partitionedsearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.partitionedsearch Modifier and Type Class Description classPartitionedSearchPhaseConfigFields in ai.timefold.solver.core.config.partitionedsearch with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>PartitionedSearchPhaseConfig. phaseConfigListMethods in ai.timefold.solver.core.config.partitionedsearch that return types with arguments of type PhaseConfig Modifier and Type Method Description List<PhaseConfig>PartitionedSearchPhaseConfig. getPhaseConfigList()Methods in ai.timefold.solver.core.config.partitionedsearch with parameters of type PhaseConfig Modifier and Type Method Description PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withPhaseConfigs(PhaseConfig... phaseConfigs)Method parameters in ai.timefold.solver.core.config.partitionedsearch with type arguments of type PhaseConfig Modifier and Type Method Description voidPartitionedSearchPhaseConfig. setPhaseConfigList(List<PhaseConfig> phaseConfigList)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withPhaseConfigList(List<PhaseConfig> phaseConfigList) -
Uses of PhaseConfig in ai.timefold.solver.core.config.phase
Classes in ai.timefold.solver.core.config.phase with type parameters of type PhaseConfig Modifier and Type Class Description classPhaseConfig<Config_ extends PhaseConfig<Config_>>Subclasses of PhaseConfig in ai.timefold.solver.core.config.phase Modifier and Type Class Description classNoChangePhaseConfig -
Uses of PhaseConfig in ai.timefold.solver.core.config.phase.custom
Subclasses of PhaseConfig in ai.timefold.solver.core.config.phase.custom Modifier and Type Class Description classCustomPhaseConfig -
Uses of PhaseConfig in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>SolverConfig. phaseConfigListMethods in ai.timefold.solver.core.config.solver that return types with arguments of type PhaseConfig Modifier and Type Method Description List<PhaseConfig>SolverConfig. getPhaseConfigList()Methods in ai.timefold.solver.core.config.solver with parameters of type PhaseConfig Modifier and Type Method Description SolverConfigSolverConfig. withPhases(PhaseConfig... phaseConfigs)Method parameters in ai.timefold.solver.core.config.solver with type arguments of type PhaseConfig Modifier and Type Method Description voidSolverConfig. setPhaseConfigList(List<PhaseConfig> phaseConfigList)SolverConfigSolverConfig. withPhaseList(List<PhaseConfig> phaseConfigList) -
Uses of PhaseConfig in ai.timefold.solver.core.impl.partitionedsearch
Fields in ai.timefold.solver.core.impl.partitionedsearch with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>DefaultPartitionedSearchPhase. phaseConfigListConstructor parameters in ai.timefold.solver.core.impl.partitionedsearch with type arguments of type PhaseConfig Constructor Description Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, SolutionPartitioner<Solution_> solutionPartitioner, ThreadFactory threadFactory, Integer runnablePartThreadLimit, List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of PhaseConfig in ai.timefold.solver.core.impl.phase
Classes in ai.timefold.solver.core.impl.phase with type parameters of type PhaseConfig Modifier and Type Class Description classAbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>>Fields in ai.timefold.solver.core.impl.phase declared as PhaseConfig Modifier and Type Field Description protected PhaseConfig_AbstractPhaseFactory. phaseConfigMethods in ai.timefold.solver.core.impl.phase with parameters of type PhaseConfig Modifier and Type Method Description static booleanPhaseFactory. canTerminate(PhaseConfig phaseConfig)static <Solution_>
PhaseFactory<Solution_>PhaseFactory. create(PhaseConfig<?> phaseConfig)Method parameters in ai.timefold.solver.core.impl.phase with type arguments of type PhaseConfig Modifier and Type Method Description static <Solution_>
List<Phase<Solution_>>PhaseFactory. buildPhases(List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> termination)
-