|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - the individuals' typepublic interface Recombiner<I>
A Recombiner combines the given n parents to form m
children.
E.g. by cutting two parents somewhere in the middle at the same point and forming two new children:
| Method Summary | |
|---|---|
Collection<I> |
recombine(Collection<EvaluationResult<I>> parents)
Recombines the children from the parents in the given evaluationResults. |
| Method Detail |
|---|
Collection<I> recombine(Collection<EvaluationResult<I>> parents)
evaluationResults.
Recombiner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||