| Package | Description |
|---|---|
| ec | |
| ec.gp | |
| ec.gp.ge | |
| ec.rule | |
| ec.vector |
| Modifier and Type | Field and Description |
|---|---|
Species |
Individual.species
The species of the Individual.
|
Species |
Subpopulation.species
The species for individuals in this subpopulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GPSpecies
GPSpecies is a simple individual which is suitable as a species
for GP subpopulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GESpecies
GESpecies generates GPIndividuals from GEIndividuals through the application of a grammar parse graph
computed by the GrammarParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuleSpecies
RuleSpecies is a simple individual which is suitable as a species
for rule sets subpopulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BitVectorSpecies
BitVectorSpecies is a subclass of VectorSpecies with special
constraints for boolean vectors, namely BitVectorIndividual.
|
class |
FloatVectorSpecies
FloatVectorSpecies is a subclass of VectorSpecies with special
constraints for floating-point vectors, namely FloatVectorIndividual and
DoubleVectorIndividual.
|
class |
GeneVectorSpecies
GeneVectorSpecies is a subclass of VectorSpecies with special
constraints for GeneVectorIndividuals.
|
class |
IntegerVectorSpecies
IntegerVectorSpecies is a subclass of VectorSpecies with special constraints
for integral vectors, namely ByteVectorIndividual, ShortVectorIndividual,
IntegerVectorIndividual, and LongVectorIndividual.
|
class |
VectorSpecies
VectorSpecies is a species which can create VectorIndividuals.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.