|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I - the individuals' typepublic interface Evaluator<I>
An Evaluator calculates the evaluation (fitness) of a given
individual as a single double-value.
| Method Summary | |
|---|---|
double |
evaluate(I individual)
Calculates the evaluation (fitness) of the given individual. |
| Method Detail |
|---|
double evaluate(I individual)
individual.
A smaller value means better fitness.
individual - the individual to calculate the evaluation (fitness)
individual
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||