Uses of Class
ai.timefold.solver.core.config.partitionedsearch.PartitionedSearchPhaseConfig
-
Packages that use PartitionedSearchPhaseConfig Package Description ai.timefold.solver.core.config.partitionedsearch ai.timefold.solver.core.impl.partitionedsearch -
-
Uses of PartitionedSearchPhaseConfig in ai.timefold.solver.core.config.partitionedsearch
Methods in ai.timefold.solver.core.config.partitionedsearch that return PartitionedSearchPhaseConfig Modifier and Type Method Description PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. copyConfig()PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. inherit(PartitionedSearchPhaseConfig inheritedConfig)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withPhaseConfigList(List<PhaseConfig> phaseConfigList)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withPhaseConfigs(PhaseConfig... phaseConfigs)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withRunnablePartThreadLimit(String runnablePartThreadLimit)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withSolutionPartitionerClass(Class<? extends SolutionPartitioner<?>> solutionPartitionerClass)PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. withSolutionPartitionerCustomProperties(Map<String,String> solutionPartitionerCustomProperties)Methods in ai.timefold.solver.core.config.partitionedsearch with parameters of type PartitionedSearchPhaseConfig Modifier and Type Method Description PartitionedSearchPhaseConfigPartitionedSearchPhaseConfig. inherit(PartitionedSearchPhaseConfig inheritedConfig) -
Uses of PartitionedSearchPhaseConfig in ai.timefold.solver.core.impl.partitionedsearch
Constructors in ai.timefold.solver.core.impl.partitionedsearch with parameters of type PartitionedSearchPhaseConfig Constructor Description DefaultPartitionedSearchPhaseFactory(PartitionedSearchPhaseConfig phaseConfig)
-