Interface FirstInitializedSolutionEvent<Solution_>
- Type Parameters:
Solution_-
public interface FirstInitializedSolutionEvent<Solution_>
Delivered in a consumer thread at the beginning of the actual optimization process.
First initialized solution is the solution at the end of the last phase
that immediately precedes the first local search phase.
-
Method Summary
-
Method Details
-
solution
Solution_ solution()- Returns:
- The
initialized solution
-
producerId
EventProducerId producerId()- Returns:
- A
EventProducerIdidentifying what generated the event
-
isTerminatedEarly
boolean isTerminatedEarly()- Returns:
- True if the solver was terminated early, false otherwise
-