|
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.rec.Recombination | +--mss.ea.rec.ChromosomeRecombination | +--mss.ea.rec.ArrayRecombination
Abstract base class for recombining chromosomes containing arrays.
Fields inherited from class mss.ea.rec.Recombination |
quantity, required |
Fields inherited from class mss.ea.core.GeneticOperator |
description, ID, name |
Constructor Summary | |
ArrayRecombination()
|
Method Summary | |
abstract ArrayChromosome[] |
recombine(ArrayChromosome[] cra)
Performs the recombination on array chromosomes. |
Chromosome[] |
recombine(Chromosome[] cra)
Performs the recombination. |
Methods inherited from class mss.ea.rec.Recombination |
getQuantity, getRequired |
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 |
Constructor Detail |
public ArrayRecombination()
Method Detail |
public Chromosome[] recombine(Chromosome[] cra) throws RecombinationException
recombine
in class ChromosomeRecombination
cra
- array with at least two parentsRecombinationException
- thrown in case operator failspublic abstract ArrayChromosome[] recombine(ArrayChromosome[] cra) throws RecombinationException
cra
- array with at least two array chromosomesRecombinationException
- thrown in case operator fails
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |