Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.value.mimic.ValueMimicRecorder
-
Packages that use ValueMimicRecorder Package Description ai.timefold.solver.core.impl.heuristic ai.timefold.solver.core.impl.heuristic.selector.value.mimic -
-
Uses of ValueMimicRecorder in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return ValueMimicRecorder Modifier and Type Method Description ValueMimicRecorder<Solution_>HeuristicConfigPolicy. getValueMimicRecorder(String id)Methods in ai.timefold.solver.core.impl.heuristic with parameters of type ValueMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addValueMimicRecorder(String id, ValueMimicRecorder<Solution_> mimicRecordingValueSelector) -
Uses of ValueMimicRecorder in ai.timefold.solver.core.impl.heuristic.selector.value.mimic
Classes in ai.timefold.solver.core.impl.heuristic.selector.value.mimic that implement ValueMimicRecorder Modifier and Type Class Description classMimicRecordingValueSelector<Solution_>Fields in ai.timefold.solver.core.impl.heuristic.selector.value.mimic declared as ValueMimicRecorder Modifier and Type Field Description protected ValueMimicRecorder<Solution_>MimicReplayingValueSelector. valueMimicRecorderConstructors in ai.timefold.solver.core.impl.heuristic.selector.value.mimic with parameters of type ValueMimicRecorder Constructor Description MimicReplayingValueSelector(ValueMimicRecorder<Solution_> valueMimicRecorder)
-