|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Genotype
The Genotype represents a marker interface. A Genotype
represents the genetic encoding of a solution of the optimization problem.
Thus, a Genotype can be decoded to a phenotype with an appropriate
Decoder.
| Method Summary | ||
|---|---|---|
|
newInstance()
Constructs a new (empty) instance of this Genotype. |
|
int |
size()
The number of atomic elements of the Genotype. |
|
| Method Detail |
|---|
int size()
Genotype.
<G extends Genotype> G newInstance()
Genotype.
G - the type of genotype for an implicit cast
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||