Uses of Class
org.optaplanner.core.impl.heuristic.thread.MoveThreadOperation
Package
Description
-
Uses of MoveThreadOperation in org.optaplanner.core.impl.constructionheuristic.decider
Modifier and TypeFieldDescriptionprotected BlockingQueue<MoveThreadOperation<Solution_>>
MultiThreadedConstructionHeuristicDecider.operationQueue
-
Uses of MoveThreadOperation in org.optaplanner.core.impl.heuristic.thread
Modifier and TypeClassDescriptionclass
ApplyStepOperation<Solution_,
Score_ extends Score<Score_>> class
DestroyOperation<Solution_>
class
MoveEvaluationOperation<Solution_>
class
SetupOperation<Solution_,
Score_ extends Score<Score_>> ModifierConstructorDescriptionMoveThreadRunner
(String logIndentation, int moveThreadIndex, boolean evaluateDoable, BlockingQueue<MoveThreadOperation<Solution_>> operationQueue, OrderByMoveIndexBlockingQueue<Solution_> resultQueue, CyclicBarrier moveThreadBarrier, boolean assertMoveScoreFromScratch, boolean assertExpectedUndoMoveScore, boolean assertStepScoreFromScratch, boolean assertExpectedStepScore, boolean assertShadowVariablesAreNotStaleAfterStep) -
Uses of MoveThreadOperation in org.optaplanner.core.impl.localsearch.decider
Modifier and TypeFieldDescriptionprotected BlockingQueue<MoveThreadOperation<Solution_>>
MultiThreadedLocalSearchDecider.operationQueue