Uses of Class
ai.timefold.solver.core.config.partitionedsearch.PartitionedSearchPhaseConfig
Packages that use PartitionedSearchPhaseConfig
Package
Description
-
Uses of PartitionedSearchPhaseConfig in ai.timefold.solver.core.config.partitionedsearch
Methods in ai.timefold.solver.core.config.partitionedsearch that return PartitionedSearchPhaseConfigModifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.copyConfig()PartitionedSearchPhaseConfig.inherit(PartitionedSearchPhaseConfig inheritedConfig) PartitionedSearchPhaseConfig.withPhaseConfigList(List<PhaseConfig> phaseConfigList) PartitionedSearchPhaseConfig.withPhaseConfigs(PhaseConfig... phaseConfigs) PartitionedSearchPhaseConfig.withRunnablePartThreadLimit(String runnablePartThreadLimit) PartitionedSearchPhaseConfig.withSolutionPartitionerClass(Class<? extends SolutionPartitioner<?>> solutionPartitionerClass) PartitionedSearchPhaseConfig.withSolutionPartitionerCustomProperties(Map<String, String> solutionPartitionerCustomProperties) Methods in ai.timefold.solver.core.config.partitionedsearch with parameters of type PartitionedSearchPhaseConfigModifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.inherit(PartitionedSearchPhaseConfig inheritedConfig) -
Uses of PartitionedSearchPhaseConfig in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type PartitionedSearchPhaseConfigModifier and TypeMethodDescription<Solution_>
PartitionedSearchPhase<Solution_>TimefoldSolverEnterpriseService.buildPartitionedSearch(int phaseIndex, PartitionedSearchPhaseConfig phaseConfig, HeuristicConfigPolicy<Solution_> solverConfigPolicy, Termination<Solution_> solverTermination, BiFunction<HeuristicConfigPolicy<Solution_>, Termination<Solution_>, Termination<Solution_>> phaseTerminationFunction) -
Uses of PartitionedSearchPhaseConfig in ai.timefold.solver.core.impl.partitionedsearch
Constructors in ai.timefold.solver.core.impl.partitionedsearch with parameters of type PartitionedSearchPhaseConfigModifierConstructorDescription