JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.permutation
Class PermutationPositionCrossoverTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.permutation.PermutationPositionCrossoverTest

public class PermutationPositionCrossoverTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
PermutationPositionCrossoverTest(java.lang.String name)
           
 
Method Summary
 void testCrossover()
           
 void testMakeChildren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationPositionCrossoverTest

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

testMakeChildren

public void testMakeChildren()

testCrossover

public void testCrossover()

JavaGenes, NASA Ames. Written largely by Al Globus