Uses of Class
org.optaplanner.core.config.phase.PhaseConfig
Package
Description
-
Uses of PhaseConfig in org.optaplanner.core.config.constructionheuristic
-
Uses of PhaseConfig in org.optaplanner.core.config.exhaustivesearch
-
Uses of PhaseConfig in org.optaplanner.core.config.localsearch
-
Uses of PhaseConfig in org.optaplanner.core.config.partitionedsearch
Modifier and TypeFieldDescriptionprotected List<PhaseConfig>
PartitionedSearchPhaseConfig.phaseConfigList
Modifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.withPhaseConfigs
(PhaseConfig... phaseConfigs) Modifier and TypeMethodDescriptionvoid
PartitionedSearchPhaseConfig.setPhaseConfigList
(List<PhaseConfig> phaseConfigList) PartitionedSearchPhaseConfig.withPhaseConfigList
(List<PhaseConfig> phaseConfigList) -
Uses of PhaseConfig in org.optaplanner.core.config.phase
-
Uses of PhaseConfig in org.optaplanner.core.config.phase.custom
-
Uses of PhaseConfig in org.optaplanner.core.config.solver
Modifier and TypeMethodDescriptionvoid
SolverConfig.setPhaseConfigList
(List<PhaseConfig> phaseConfigList) SolverConfig.withPhaseList
(List<PhaseConfig> phaseConfigList) -
Uses of PhaseConfig in org.optaplanner.core.impl.partitionedsearch
Modifier and TypeFieldDescriptionprotected final List<PhaseConfig>
DefaultPartitionedSearchPhase.phaseConfigList
ModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, SolutionPartitioner<Solution_> solutionPartitioner, ThreadFactory threadFactory, Integer runnablePartThreadLimit, List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of PhaseConfig in org.optaplanner.core.impl.phase
Modifier and TypeClassDescriptionclass
AbstractPhaseFactory<Solution_,
PhaseConfig_ extends PhaseConfig<PhaseConfig_>> Modifier and TypeMethodDescriptionstatic <Solution_>
PhaseFactory<Solution_>PhaseFactory.create
(PhaseConfig<?> phaseConfig) Modifier and TypeMethodDescriptionPhaseFactory.buildPhases
(List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> termination)