|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTranspositionEngine<T>
public class TranspositionEngine<T>
The class that drives the transposition operation in the process of evolution
Nested Class Summary | |
---|---|
class |
TranspositionEngine.InsertionDescriptor
A data class that holds the parameters for insertion |
Constructor Summary | |
---|---|
TranspositionEngine(Node transpositionElement)
use the values from the transposition element to build this engine |
Method Summary | |
---|---|
void |
transpose(Population<T> population)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranspositionEngine(Node transpositionElement) throws AmibaException
transpositionElement
- the XML element specifying transposition parameters
AmibaException
Method Detail |
---|
public void transpose(Population<T> population)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |