JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class SelectAllTest

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

public class SelectAllTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SelectAllTest(java.lang.String name)
           
 
Method Summary
 void test()
           
 int[] testSelectByProbability(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

SelectAllTest

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

test

public void test()

testSelectByProbability

public int[] testSelectByProbability(double probability,
                                     int minimumNumberToSelect,
                                     int length)

JavaGenes, NASA Ames. Written largely by Al Globus