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