JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class Mutation3parentsTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.evolvableDoubleList.Mutation3parentsTest

public class Mutation3parentsTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
Mutation3parentsTest(java.lang.String name)
           
 
Method Summary
 void testMutation3parents()
           
 int testMutation3parents(double probability, int minimumNumberToSelect, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mutation3parentsTest

public Mutation3parentsTest(java.lang.String name)
Method Detail

testMutation3parents

public void testMutation3parents()

testMutation3parents

public int testMutation3parents(double probability,
                                int minimumNumberToSelect,
                                int length)

JavaGenes, NASA Ames. Written largely by Al Globus