Class MoveThreadRunner<Solution_,Score_ extends Score<Score_>> 
java.lang.Object
org.optaplanner.core.impl.heuristic.thread.MoveThreadRunner<Solution_,Score_> 
- All Implemented Interfaces:
 Runnable
- 
Constructor Summary
ConstructorsConstructorDescriptionMoveThreadRunner(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)  - 
Method Summary
 
- 
Constructor Details
- 
MoveThreadRunner
public 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)  
 - 
 - 
Method Details