com.anji.util
Class DummyReproductionOperator

java.lang.Object
  extended by org.jgap.ReproductionOperator
      extended by com.anji.util.DummyReproductionOperator

public class DummyReproductionOperator
extends ReproductionOperator

Author:
Philip Tucker

Constructor Summary
DummyReproductionOperator()
           
 
Method Summary
 void reproduce(Configuration config, java.util.List parentChroms, int numOffspring, java.util.List offspring)
           
 
Methods inherited from class org.jgap.ReproductionOperator
getSlice, reproduce, setSlice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyReproductionOperator

public DummyReproductionOperator()
Method Detail

reproduce

public void reproduce(Configuration config,
                      java.util.List parentChroms,
                      int numOffspring,
                      java.util.List offspring)
Specified by:
reproduce in class ReproductionOperator
parentChroms - List contains chromosome objects
numOffspring - # Chromosomes to return in List
offspring - List contains ChromosomeMaterial objects
See Also:
ReproductionOperator.reproduce(org.jgap.Configuration, java.util.List, int, java.util.List)