JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class CrossoverPickOneTest

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

public class CrossoverPickOneTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
CrossoverPickOneTest(java.lang.String name)
           
 
Method Summary
 void testFixedIndices()
           
 void testRandom()
           
 void testRandom(int dadLength, int momLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossoverPickOneTest

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

testFixedIndices

public void testFixedIndices()

testRandom

public void testRandom()

testRandom

public void testRandom(int dadLength,
                       int momLength)

JavaGenes, NASA Ames. Written largely by Al Globus