Class NeighborhoodNotifier<Solution_>

java.lang.Object
ai.timefold.solver.core.impl.score.director.NeighborhoodNotifier<Solution_>
Type Parameters:
Solution_ - the solution type
All Implemented Interfaces:
Consumer<Object>

public final class NeighborhoodNotifier<Solution_> extends Object implements Consumer<Object>
A Consumer that notifies a NeighborhoodsBasedMoveRepository about changes to entities and variables.
See Also: