|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SolverEventListener
| Method Summary | |
|---|---|
void |
bestSolutionChanged(BestSolutionChangedEvent event)
Called once every time when a better Solution is found. |
| Method Detail |
|---|
void bestSolutionChanged(BestSolutionChangedEvent event)
Solution is found.
Early in the solving process it's usually called more frequently than later on.
Called from the solver thread.
Should return fast, because it steals time from the Solver.
If Solver.addProblemFactChange(ProblemFactChange) has been called once or more,
all ProblemFactChanges will be processed and this method is called once.
In that case, the former best Solution is considered stale,
so it doesn't matter whether the new Score is better than that or not.
event - never null
|
OptaPlanner distribution 6.0.0.CR5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||