JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class MutationFixedStdDevTest

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

public class MutationFixedStdDevTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

MutationFixedStdDevTest

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

testMutationFixedStdDevTest

public void testMutationFixedStdDevTest()

testMutationFixedStdDevTest

public int testMutationFixedStdDevTest(double probability,
                                       int minimumNumberToSelect,
                                       int length,
                                       double standardDeviation)

JavaGenes, NASA Ames. Written largely by Al Globus