|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChromosomeSet | |
mss.ea.core | This package contains some common helper classes. |
mss.ea.ex.mutation | Example for mutation of an array of integers. |
mss.ea.ex.salesman | Example for solving the traveling salesman problem with 29 bavarian cities. |
mss.ea.ex.sphere | Example for solving the sphere function using an evolution strategy. |
mss.ea.ini | Package with predefined initialization operators for common application cases. |
Uses of ChromosomeSet in mss.ea.core |
Fields in mss.ea.core declared as ChromosomeSet | |
protected ChromosomeSet |
Individual.cs
Chromosome set, representing the genetic information. |
Methods in mss.ea.core that return ChromosomeSet | |
ChromosomeSet |
Individual.getChromosomeSet()
Gets the chromosome set. |
Methods in mss.ea.core with parameters of type ChromosomeSet | |
void |
Individual.setChromosomeSet(ChromosomeSet set)
Sets a new chromosome set. |
Constructors in mss.ea.core with parameters of type ChromosomeSet | |
Individual(ChromosomeSet set)
Constructor with initial chromosome set. |
|
Individual(java.lang.String name,
ChromosomeSet set)
Constructor with name and chromosome set. |
Uses of ChromosomeSet in mss.ea.ex.mutation |
Methods in mss.ea.ex.mutation that return ChromosomeSet | |
ChromosomeSet |
ListInitialization.createSet()
Creates a chromosome set containing one single ArrayChromosome. |
Uses of ChromosomeSet in mss.ea.ex.salesman |
Methods in mss.ea.ex.salesman that return ChromosomeSet | |
ChromosomeSet |
SalesmanInit.createSet()
|
Uses of ChromosomeSet in mss.ea.ex.sphere |
Methods in mss.ea.ex.sphere that return ChromosomeSet | |
ChromosomeSet |
SphereInit.createSet()
|
Uses of ChromosomeSet in mss.ea.ini |
Methods in mss.ea.ini that return ChromosomeSet | |
abstract ChromosomeSet |
Initialization.createSet()
Abstract method for creating a chromosome set. |
ChromosomeSet |
IntegerInitialization.createSet()
Creates a chromosome set containing chromosomes of type integer. |
ChromosomeSet |
RandomStringInitialization.createSet()
Creates a chromosome set containing chromosomes of type string. |
ChromosomeSet |
IntegerSequenceInitialization.createSet()
Creates a chromosome set containing a single ArrayChromosome. |
ChromosomeSet |
IntegerArrayInitialization.createSet()
Creates a chromosome set containing a single ArrayChromosome. |
ChromosomeSet |
XMLFileInitialization.createSet()
Dummy method. |
ChromosomeSet |
BinaryFileInitialization.createSet()
Dummy method. |
ChromosomeSet |
FloatInitialization.createSet()
Creates a chromosome set containing chromosomes of type float. |
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |