Uses of Class
ai.timefold.solver.core.impl.heuristic.selector.entity.mimic.ManualEntityMimicRecorder
-
Packages that use ManualEntityMimicRecorder Package Description ai.timefold.solver.core.impl.exhaustivesearch.decider -
-
Uses of ManualEntityMimicRecorder in ai.timefold.solver.core.impl.exhaustivesearch.decider
Constructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ManualEntityMimicRecorder Constructor Description ExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> termination, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveSelector<Solution_> moveSelector, boolean scoreBounderEnabled, ScoreBounder scoreBounder)
-