Uses of Class
org.optaplanner.core.impl.phase.AbstractPhase
Packages that use AbstractPhase
Package
Description
-
Uses of AbstractPhase in org.optaplanner.core.impl.constructionheuristic
Subclasses of AbstractPhase in org.optaplanner.core.impl.constructionheuristicModifier and TypeClassDescriptionclass
DefaultConstructionHeuristicPhase<Solution_>
Default implementation ofConstructionHeuristicPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearchModifier and TypeClassDescriptionclass
DefaultExhaustiveSearchPhase<Solution_>
Default implementation ofExhaustiveSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.localsearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.localsearchModifier and TypeClassDescriptionclass
DefaultLocalSearchPhase<Solution_>
Default implementation ofLocalSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.partitionedsearch
Subclasses of AbstractPhase in org.optaplanner.core.impl.partitionedsearchModifier and TypeClassDescriptionclass
DefaultPartitionedSearchPhase<Solution_>
Default implementation ofPartitionedSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.phase
Subclasses of AbstractPhase in org.optaplanner.core.impl.phaseModifier and TypeClassDescriptionclass
NoChangePhase<Solution_>
ANoChangePhase
is aPhase
which does nothing.Methods in org.optaplanner.core.impl.phase that return AbstractPhaseModifier and TypeMethodDescriptionprotected abstract AbstractPhase<Solution_>
AbstractPhase.Builder.build()
-
Uses of AbstractPhase in org.optaplanner.core.impl.phase.custom
Subclasses of AbstractPhase in org.optaplanner.core.impl.phase.customModifier and TypeClassDescriptionclass
DefaultCustomPhase<Solution_>
Default implementation ofCustomPhase
.