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 PhaseConfigMethods in ai.timefold.solver.core.config.partitionedsearch with parameters of type PhaseConfigModifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.withPhaseConfigs(PhaseConfig... phaseConfigs) Method parameters in ai.timefold.solver.core.config.partitionedsearch with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseConfig.setPhaseConfigList(List<PhaseConfig> phaseConfigList) PartitionedSearchPhaseConfig.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 PhaseConfigSubclasses of PhaseConfig in ai.timefold.solver.core.config.phase -
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 PhaseConfigMethods in ai.timefold.solver.core.config.solver with parameters of type PhaseConfigMethod parameters in ai.timefold.solver.core.config.solver with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidSolverConfig.setPhaseConfigList(List<PhaseConfig> phaseConfigList) SolverConfig.withPhaseList(List<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, Termination<Solution_> termination)