|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator | +--mss.ea.ini.Initialization | +--mss.ea.ex.mutation.ListInitialization
Simple initialization operator. This operator creates integer arrays.
Field Summary | |
protected int |
arraySize
Size of the integer array. |
Fields inherited from class mss.ea.ini.Initialization |
number, setSize |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
ListInitialization(int indNumber,
int arraySize)
Constructor. |
Method Summary | |
ChromosomeSet |
createSet()
Creates a chromosome set containing one single ArrayChromosome. |
Methods inherited from class mss.ea.ini.Initialization |
getChromosomeSize, getIndividualNumber, getStream, next, setChromosomeSize, setIndividualNumber |
Methods inherited from class mss.ea.core.GeneticOperator |
getDescription, getID, getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int arraySize
Constructor Detail |
public ListInitialization(int indNumber, int arraySize)
indNumber
- number of individuals to be generatedarraySize
- size of the integer arrayMethod Detail |
public ChromosomeSet createSet()
createSet
in class Initialization
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |