|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndividualCompleter
An IndividualCompleter completes the evaluation process of
Individuals. In particular, the individuals are decoded using a
Decoder and evaluated using an Evaluator.
| Method Summary | |
|---|---|
void |
complete(Individual... individuals)
Decodes and evaluates all given Individuals if they are not
already evaluated. |
void |
complete(java.lang.Iterable<? extends Individual> iterable)
Decodes and evaluates all Individuals in the Iterable if
they are not already evaluated. |
| Method Detail |
|---|
void complete(java.lang.Iterable<? extends Individual> iterable)
throws TerminationException
Individuals in the Iterable if
they are not already evaluated.
iterable - the set of individuals to be completed
TerminationException - if the optimization is terminated
void complete(Individual... individuals)
throws TerminationException
Individuals if they are not
already evaluated.
individuals - the individuals to be completed
TerminationException - if the optimization is terminated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||