JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class SelectByProbabilityTest

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

public class SelectByProbabilityTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SelectByProbabilityTest(java.lang.String name)
           
 
Method Summary
 void testSelectByProbability()
           
 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

SelectByProbabilityTest

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

testSelectByProbability

public void testSelectByProbability()

testSelectByProbability

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

JavaGenes, NASA Ames. Written largely by Al Globus