Class BestSolutionChangedEvent<Solution_>

java.lang.Object
ai.timefold.solver.core.api.solver.event.BestSolutionChangedEvent<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
Direct Known Subclasses:
DefaultBestSolutionChangedEvent

public class BestSolutionChangedEvent<Solution_> extends Object
Delivered when the best solution changes during solving. Delivered in the solver thread (which is the thread that calls Solver.solve(Solution_)).