ee.ut.ga.business
Class ReproductionMethods

java.lang.Object
  extended byee.ut.ga.business.ReproductionMethods

public class ReproductionMethods
extends java.lang.Object


Field Summary
static org.apache.log4j.Logger log
           
 
Constructor Summary
ReproductionMethods()
           
 
Method Summary
static PWM reproduct(java.util.List parents, java.util.Map priors, int PWM_MIN_LENGTH)
          Reproducts new PWM using random parent and random reproduction method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.log4j.Logger log
Constructor Detail

ReproductionMethods

public ReproductionMethods()
Method Detail

reproduct

public static PWM reproduct(java.util.List parents,
                            java.util.Map priors,
                            int PWM_MIN_LENGTH)
                     throws java.lang.Exception
Reproducts new PWM using random parent and random reproduction method.

Throws:
java.lang.Exception