Uses of Interface
ai.timefold.solver.core.impl.heuristic.selector.entity.mimic.EntityMimicRecorder
-
Packages that use EntityMimicRecorder Package Description ai.timefold.solver.core.impl.heuristic ai.timefold.solver.core.impl.heuristic.selector.entity.mimic -
-
Uses of EntityMimicRecorder in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return EntityMimicRecorder Modifier and Type Method Description EntityMimicRecorder<Solution_>HeuristicConfigPolicy. getEntityMimicRecorder(String id)Methods in ai.timefold.solver.core.impl.heuristic with parameters of type EntityMimicRecorder Modifier and Type Method Description voidHeuristicConfigPolicy. addEntityMimicRecorder(String id, EntityMimicRecorder<Solution_> mimicRecordingEntitySelector) -
Uses of EntityMimicRecorder in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic
Classes in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic that implement EntityMimicRecorder Modifier and Type Class Description classManualEntityMimicRecorder<Solution_>classMimicRecordingEntitySelector<Solution_>Constructors in ai.timefold.solver.core.impl.heuristic.selector.entity.mimic with parameters of type EntityMimicRecorder Constructor Description MimicReplayingEntitySelector(EntityMimicRecorder<Solution_> entityMimicRecorder)
-