|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalculateGenomeScore
Genetic Algorithms need a class to calculate the score.
| Method Summary | |
|---|---|
double |
calculateScore(Genome genome)
Calculate this genome's score. |
boolean |
shouldMinimize()
|
| Method Detail |
|---|
double calculateScore(Genome genome)
genome - The genome.
boolean shouldMinimize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||