Uses of Class
ai.timefold.solver.core.impl.heuristic.thread.MoveThreadOperation
-
-
Uses of MoveThreadOperation in ai.timefold.solver.core.impl.constructionheuristic.decider
Fields in ai.timefold.solver.core.impl.constructionheuristic.decider with type parameters of type MoveThreadOperation Modifier and Type Field Description protected BlockingQueue<MoveThreadOperation<Solution_>>MultiThreadedConstructionHeuristicDecider. operationQueue -
Uses of MoveThreadOperation in ai.timefold.solver.core.impl.heuristic.thread
Subclasses of MoveThreadOperation in ai.timefold.solver.core.impl.heuristic.thread Modifier and Type Class Description classApplyStepOperation<Solution_,Score_ extends Score<Score_>>classDestroyOperation<Solution_>classMoveEvaluationOperation<Solution_>classSetupOperation<Solution_,Score_ extends Score<Score_>>Constructor parameters in ai.timefold.solver.core.impl.heuristic.thread with type arguments of type MoveThreadOperation 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 MoveThreadOperation in ai.timefold.solver.core.impl.localsearch.decider
Fields in ai.timefold.solver.core.impl.localsearch.decider with type parameters of type MoveThreadOperation Modifier and Type Field Description protected BlockingQueue<MoveThreadOperation<Solution_>>MultiThreadedLocalSearchDecider. operationQueue
-