artoflife pre0.1.0-dev

org.artoflife.gp.reproduction
Class CloneReproducer

java.lang.Object
  |
  +--org.artoflife.gp.reproduction.CloneReproducer
All Implemented Interfaces:
Reproducer, java.io.Serializable
Direct Known Subclasses:
MutationReproducer

public class CloneReproducer
extends java.lang.Object
implements Reproducer

Select a single parent and clone it.

Author:
Steve Meyfroidt
See Also:
Serialized Form

Constructor Summary
CloneReproducer()
           
 
Method Summary
 Individual reproduce(Selector parentPopulation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneReproducer

public CloneReproducer()
Method Detail

reproduce

public Individual reproduce(Selector parentPopulation)
Specified by:
reproduce in interface Reproducer
Returns:
new Individual resulting from the reproduction

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.