mss.ea.rec
Class UOBXListRecombination
java.lang.Object
|
+--mss.ea.core.GeneticOperator
|
+--mss.ea.rec.Recombination
|
+--mss.ea.rec.ChromosomeRecombination
|
+--mss.ea.rec.ListRecombination
|
+--mss.ea.rec.UOBXListRecombination
- public class UOBXListRecombination
- extends ListRecombination
Uniform Order Based Crossover (UOBX) for lists.
This operator requires two parents and produces two descendants.
- Since:
- 0.1
- Version:
- 0.1 (08-14-2001)
- Author:
- Andreas Rummler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bstring
protected BitVector bstring
- Exchange bit vector.
UOBXListRecombination
public UOBXListRecombination()
- Constructor.
UOBXListRecombination
public UOBXListRecombination(BitVector bitVector)
- Constructor with bit vector for exchange.
This constructor should only be used for debugging purposes.
- Parameters:
bitVector
- bit vector for exchange
recombine
public ListChromosome[] recombine(ListChromosome[] cra)
throws RecombinationException
- Executes the recombination.
- Overrides:
recombine
in class ListRecombination
- Parameters:
cra
- array with at least two parents- Returns:
- array with two descendants
- Throws:
RecombinationException
- thrown, if recombination fails
Copyright © 2000-2001 Technical University of Ilmenau, Department ESS