Uses of Class
org.optaplanner.core.impl.phase.AbstractPhase
Package
Description
-
Uses of AbstractPhase in org.optaplanner.core.impl.constructionheuristic
Modifier and TypeClassDescriptionclass
DefaultConstructionHeuristicPhase<Solution_>
Default implementation ofConstructionHeuristicPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.exhaustivesearch
Modifier and TypeClassDescriptionclass
DefaultExhaustiveSearchPhase<Solution_>
Default implementation ofExhaustiveSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.localsearch
Modifier and TypeClassDescriptionclass
DefaultLocalSearchPhase<Solution_>
Default implementation ofLocalSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.partitionedsearch
Modifier and TypeClassDescriptionclass
DefaultPartitionedSearchPhase<Solution_>
Default implementation ofPartitionedSearchPhase
. -
Uses of AbstractPhase in org.optaplanner.core.impl.phase
Modifier and TypeClassDescriptionclass
NoChangePhase<Solution_>
ANoChangePhase
is aPhase
which does nothing.Modifier and TypeMethodDescriptionprotected abstract AbstractPhase<Solution_>
AbstractPhase.Builder.build()
-
Uses of AbstractPhase in org.optaplanner.core.impl.phase.custom
Modifier and TypeClassDescriptionclass
DefaultCustomPhase<Solution_>
Default implementation ofCustomPhase
.