Uses of Class
ai.timefold.solver.core.config.phase.PhaseConfig
Packages that use PhaseConfig
Package
Description
-
Uses of PhaseConfig in ai.timefold.solver.core.config.constructionheuristic
Subclasses of PhaseConfig in ai.timefold.solver.core.config.constructionheuristic -
Uses of PhaseConfig in ai.timefold.solver.core.config.exhaustivesearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.exhaustivesearch -
Uses of PhaseConfig in ai.timefold.solver.core.config.localsearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.localsearch -
Uses of PhaseConfig in ai.timefold.solver.core.config.partitionedsearch
Subclasses of PhaseConfig in ai.timefold.solver.core.config.partitionedsearchFields in ai.timefold.solver.core.config.partitionedsearch with type parameters of type PhaseConfigModifier and TypeFieldDescriptionprotected List<PhaseConfig>PartitionedSearchPhaseConfig.phaseConfigListMethods in ai.timefold.solver.core.config.partitionedsearch that return types with arguments of type PhaseConfigModifier and TypeMethodDescription@Nullable List<@NonNull PhaseConfig>PartitionedSearchPhaseConfig.getPhaseConfigList()Methods in ai.timefold.solver.core.config.partitionedsearch with parameters of type PhaseConfigModifier and TypeMethodDescription@NonNull PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig.withPhaseConfigs(@NonNull PhaseConfig @NonNull ... phaseConfigs) Method parameters in ai.timefold.solver.core.config.partitionedsearch with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseConfig.setPhaseConfigList(@Nullable List<@NonNull PhaseConfig> phaseConfigList) @NonNull PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig.withPhaseConfigList(@NonNull List<@NonNull 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 PhaseConfigSubclasses of PhaseConfig in ai.timefold.solver.core.config.phaseModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of PhaseConfig in ai.timefold.solver.core.config.phase.custom
Subclasses of PhaseConfig in ai.timefold.solver.core.config.phase.custom -
Uses of PhaseConfig in ai.timefold.solver.core.config.solver
Fields in ai.timefold.solver.core.config.solver with type parameters of type PhaseConfigMethods in ai.timefold.solver.core.config.solver that return types with arguments of type PhaseConfigModifier and TypeMethodDescription@Nullable List<@NonNull PhaseConfig>SolverConfig.getPhaseConfigList()Methods in ai.timefold.solver.core.config.solver with parameters of type PhaseConfigModifier and TypeMethodDescription@NonNull SolverConfigSolverConfig.withPhases(@NonNull PhaseConfig... phaseConfigs) Method parameters in ai.timefold.solver.core.config.solver with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidSolverConfig.setPhaseConfigList(@Nullable List<@NonNull PhaseConfig> phaseConfigList) @NonNull SolverConfigSolverConfig.withPhaseList(@NonNull List<@NonNull PhaseConfig> phaseConfigList) -
Uses of PhaseConfig in ai.timefold.solver.core.impl.phase
Classes in ai.timefold.solver.core.impl.phase with type parameters of type PhaseConfigModifier and TypeClassDescriptionclassAbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>> Fields in ai.timefold.solver.core.impl.phase declared as PhaseConfigMethods in ai.timefold.solver.core.impl.phase with parameters of type PhaseConfigModifier and TypeMethodDescriptionstatic 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 PhaseConfigModifier and TypeMethodDescriptionPhaseFactory.buildPhases(List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> termination)
NoChangePhase.