Uses of Class
org.optaplanner.core.config.phase.PhaseConfig
-
-
Uses of PhaseConfig in org.optaplanner.core.config.constructionheuristic
Subclasses of PhaseConfig in org.optaplanner.core.config.constructionheuristic Modifier and Type Class Description class
ConstructionHeuristicPhaseConfig
-
Uses of PhaseConfig in org.optaplanner.core.config.exhaustivesearch
Subclasses of PhaseConfig in org.optaplanner.core.config.exhaustivesearch Modifier and Type Class Description class
ExhaustiveSearchPhaseConfig
-
Uses of PhaseConfig in org.optaplanner.core.config.localsearch
Subclasses of PhaseConfig in org.optaplanner.core.config.localsearch Modifier and Type Class Description class
LocalSearchPhaseConfig
-
Uses of PhaseConfig in org.optaplanner.core.config.partitionedsearch
Subclasses of PhaseConfig in org.optaplanner.core.config.partitionedsearch Modifier and Type Class Description class
PartitionedSearchPhaseConfig
Fields in org.optaplanner.core.config.partitionedsearch with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>
PartitionedSearchPhaseConfig. phaseConfigList
Methods in org.optaplanner.core.config.partitionedsearch that return types with arguments of type PhaseConfig Modifier and Type Method Description List<PhaseConfig>
PartitionedSearchPhaseConfig. getPhaseConfigList()
Method parameters in org.optaplanner.core.config.partitionedsearch with type arguments of type PhaseConfig Modifier and Type Method Description void
PartitionedSearchPhaseConfig. setPhaseConfigList(List<PhaseConfig> phaseConfigList)
-
Uses of PhaseConfig in org.optaplanner.core.config.phase
Classes in org.optaplanner.core.config.phase with type parameters of type PhaseConfig Modifier and Type Class Description class
PhaseConfig<Config_ extends PhaseConfig<Config_>>
Subclasses of PhaseConfig in org.optaplanner.core.config.phase Modifier and Type Class Description class
NoChangePhaseConfig
-
Uses of PhaseConfig in org.optaplanner.core.config.phase.custom
Subclasses of PhaseConfig in org.optaplanner.core.config.phase.custom Modifier and Type Class Description class
CustomPhaseConfig
-
Uses of PhaseConfig in org.optaplanner.core.config.solver
Fields in org.optaplanner.core.config.solver with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>
SolverConfig. phaseConfigList
Methods in org.optaplanner.core.config.solver that return types with arguments of type PhaseConfig Modifier and Type Method Description List<PhaseConfig>
SolverConfig. getPhaseConfigList()
Methods in org.optaplanner.core.config.solver with parameters of type PhaseConfig Modifier and Type Method Description SolverConfig
SolverConfig. withPhases(PhaseConfig... phaseConfigs)
Method parameters in org.optaplanner.core.config.solver with type arguments of type PhaseConfig Modifier and Type Method Description void
SolverConfig. setPhaseConfigList(List<PhaseConfig> phaseConfigList)
SolverConfig
SolverConfig. withPhaseList(List<PhaseConfig> phaseConfigList)
-
Uses of PhaseConfig in org.optaplanner.core.impl.partitionedsearch
Fields in org.optaplanner.core.impl.partitionedsearch with type parameters of type PhaseConfig Modifier and Type Field Description protected List<PhaseConfig>
DefaultPartitionedSearchPhase. phaseConfigList
Constructor parameters in org.optaplanner.core.impl.partitionedsearch with type arguments of type PhaseConfig Constructor Description Builder(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
Classes in org.optaplanner.core.impl.phase with type parameters of type PhaseConfig Modifier and Type Class Description class
AbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>>
Fields in org.optaplanner.core.impl.phase declared as PhaseConfig Modifier and Type Field Description protected PhaseConfig_
AbstractPhaseFactory. phaseConfig
Methods in org.optaplanner.core.impl.phase with parameters of type PhaseConfig Modifier and Type Method Description static <Solution_>
PhaseFactory<Solution_>PhaseFactory. create(PhaseConfig<?> phaseConfig)
-