Package | Description |
---|---|
org.optaplanner.core.impl.constructionheuristic.decider | |
org.optaplanner.core.impl.heuristic.thread | |
org.optaplanner.core.impl.localsearch.decider |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<MoveThreadOperation<Solution_>> |
MultiThreadedConstructionHeuristicDecider.operationQueue |
Modifier and Type | Class and Description |
---|---|
class |
ApplyStepOperation<Solution_> |
class |
DestroyOperation<Solution_> |
class |
MoveEvaluationOperation<Solution_> |
class |
SetupOperation<Solution_> |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<MoveThreadOperation<Solution_>> |
MultiThreadedLocalSearchDecider.operationQueue |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.