Package ai.timefold.solver.core.api.solver.event
package ai.timefold.solver.core.api.solver.event
Event listeners for
Solver.-
ClassDescriptionBestSolutionChangedEvent<Solution_>Delivered when the
best solutionchanges during solving.Identifies the producer of aBestSolutionChangedEvent.FinalBestSolutionEvent<Solution_>Delivered in a consumer thread at the end of the solving process and contains the finalbest solutionfound.FirstInitializedSolutionEvent<Solution_>Delivered in a consumer thread at the beginning of the actual optimization process.NewBestSolutionEvent<Solution_>Delivered in a consumer thread multiple times during the solving process, containing thebest solutionfound so far.SolverEventListener<Solution_>SolverJobStartedEvent<Solution_>Delivered in a consumer thread when the solver starts its solving process.