Uses of Class
org.optaplanner.core.impl.exhaustivesearch.node.ExhaustiveSearchNode
Package
Description
-
Uses of ExhaustiveSearchNode in org.optaplanner.core.config.exhaustivesearch
Modifier and TypeMethodDescriptionNodeExplorationType.buildNodeComparator
(boolean scoreBounderEnabled) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch
Modifier and TypeFieldDescriptionprotected final Comparator<ExhaustiveSearchNode>
DefaultExhaustiveSearchPhase.nodeComparator
ModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, Comparator<ExhaustiveSearchNode> nodeComparator, EntitySelector<Solution_> entitySelector, ExhaustiveSearchDecider<Solution_> decider) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.node
ModifierConstructorDescriptionExhaustiveSearchNode
(ExhaustiveSearchLayer layer, ExhaustiveSearchNode parent) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.node.comparator
Modifier and TypeMethodDescriptionint
BreadthFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
DepthFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
OptimisticBoundFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
OriginalOrderNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) int
ScoreFirstNodeComparator.compare
(ExhaustiveSearchNode a, ExhaustiveSearchNode b) -
Uses of ExhaustiveSearchNode in org.optaplanner.core.impl.exhaustivesearch.scope
Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.addExpandableNode
(ExhaustiveSearchNode moveNode) void
ExhaustiveSearchStepScope.setExpandingNode
(ExhaustiveSearchNode expandingNode) Modifier and TypeMethodDescriptionvoid
ExhaustiveSearchPhaseScope.setExpandableNodeQueue
(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)