JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class DeJongFitnessFunctionsTest

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

public class DeJongFitnessFunctionsTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
DeJongFitnessFunctionsTest(java.lang.String name)
           
 
Method Summary
 void testForCrash()
           
 void testRosenbrock()
           
 void testShekelFoxholes()
           
 void testSphere()
           
 void testStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeJongFitnessFunctionsTest

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

testSphere

public void testSphere()

testRosenbrock

public void testRosenbrock()

testStep

public void testStep()

testShekelFoxholes

public void testShekelFoxholes()

testForCrash

public void testForCrash()

JavaGenes, NASA Ames. Written largely by Al Globus