Package | Description |
---|---|
jenes.chromosome.codings |
Modifier and Type | Method and Description |
---|---|
static ShortCoding.Mode |
ShortCoding.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShortCoding.Mode[] |
ShortCoding.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ShortCoding(ShortCoding.Mode mode)
Creates a ShortCoding with the specified mode, that is the number representation scheme.
|