Uses of Class
org.optaplanner.core.impl.heuristic.thread.OrderByMoveIndexBlockingQueue
- 
- 
Uses of OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.constructionheuristic.deciderFields in org.optaplanner.core.impl.constructionheuristic.decider declared as OrderByMoveIndexBlockingQueue Modifier and Type Field Description protected OrderByMoveIndexBlockingQueue<Solution_>MultiThreadedConstructionHeuristicDecider. resultQueue
- 
Uses of OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.heuristic.threadConstructors in org.optaplanner.core.impl.heuristic.thread with parameters of type OrderByMoveIndexBlockingQueue Constructor Description MoveThreadRunner(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 OrderByMoveIndexBlockingQueue in org.optaplanner.core.impl.localsearch.deciderFields in org.optaplanner.core.impl.localsearch.decider declared as OrderByMoveIndexBlockingQueue Modifier and Type Field Description protected OrderByMoveIndexBlockingQueue<Solution_>MultiThreadedLocalSearchDecider. resultQueue
 
-