Uses of Class
ai.timefold.solver.core.impl.heuristic.selector.entity.mimic.ManualEntityMimicRecorder
Packages that use ManualEntityMimicRecorder
-
Uses of ManualEntityMimicRecorder in ai.timefold.solver.core.impl.exhaustivesearch.decider
Fields in ai.timefold.solver.core.impl.exhaustivesearch.decider declared as ManualEntityMimicRecorderModifier and TypeFieldDescriptionprotected final ManualEntityMimicRecorder<Solution_>AbstractExhaustiveSearchDecider.manualEntityMimicRecorderConstructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type ManualEntityMimicRecorderModifierConstructorDescriptionBasicExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, EntitySelector<Solution_> sourceEntitySelector, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveRepository<Solution_> moveRepository, boolean scoreBounderEnabled, ScoreBounder<?> scoreBounder) ListVariableExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, EntitySelector<Solution_> sourceEntitySelector, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveRepository<Solution_> moveRepository, boolean scoreBounderEnabled, ScoreBounder<?> scoreBounder)