|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
I
- the individuals' typepublic interface Halter<I>
A Halter
decides whether to stop or continue the evolution cycle.
Method Summary | |
---|---|
boolean |
halt(Collection<EvaluationResult<I>> evaluationResults)
Decides whether to stop or continue the evolution cycle. |
Method Detail |
---|
boolean halt(Collection<EvaluationResult<I>> evaluationResults)
evaluationResults
- the EvaluationResult
s of the parents for the next
generation
true
to stop the evolution cycle, false
to continue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |