Uses of Class
org.optaplanner.core.impl.heuristic.selector.entity.mimic.ManualEntityMimicRecorder
-
Packages that use ManualEntityMimicRecorder Package Description org.optaplanner.core.impl.exhaustivesearch.decider -
-
Uses of ManualEntityMimicRecorder in org.optaplanner.core.impl.exhaustivesearch.decider
Fields in org.optaplanner.core.impl.exhaustivesearch.decider declared as ManualEntityMimicRecorder Modifier and Type Field Description protected ManualEntityMimicRecorderExhaustiveSearchDecider. manualEntityMimicRecorderMethods in org.optaplanner.core.impl.exhaustivesearch.decider that return ManualEntityMimicRecorder Modifier and Type Method Description ManualEntityMimicRecorderExhaustiveSearchDecider. getManualEntityMimicRecorder()Constructors in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ManualEntityMimicRecorder Constructor Description ExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination, ManualEntityMimicRecorder manualEntityMimicRecorder, MoveSelector moveSelector, boolean scoreBounderEnabled, ScoreBounder scoreBounder)
-