|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for an individual comparator. Such comparators are used in genetic operators to determine which individuals are better than others in terms of their target objective value, fitness or other criteria.
Method Summary | |
int |
compare(IIndividual i0,
IIndividual i1)
Compares two individuals. |
Methods inherited from interface java.util.Comparator |
compare, equals |
Method Detail |
public int compare(IIndividual i0, IIndividual i1)
i0
- first individuali1
- second individual
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |