Uses of Interface
org.optaplanner.core.impl.phase.PhaseFactory
Package
Description
-
Uses of PhaseFactory in org.optaplanner.core.impl.constructionheuristic
-
Uses of PhaseFactory in org.optaplanner.core.impl.exhaustivesearch
-
Uses of PhaseFactory in org.optaplanner.core.impl.localsearch
-
Uses of PhaseFactory in org.optaplanner.core.impl.partitionedsearch
-
Uses of PhaseFactory in org.optaplanner.core.impl.phase
Modifier and TypeClassDescriptionclass
AbstractPhaseFactory<Solution_,
PhaseConfig_ extends PhaseConfig<PhaseConfig_>> class
NoChangePhaseFactory<Solution_>
Modifier and TypeMethodDescriptionstatic <Solution_>
PhaseFactory<Solution_>PhaseFactory.create
(PhaseConfig<?> phaseConfig) -
Uses of PhaseFactory in org.optaplanner.core.impl.phase.custom