JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.hillClimbing
Class RestartAfterNChildrenWithoutImprovementTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.hillClimbing.RestartAfterNChildrenWithoutImprovementTest

public class RestartAfterNChildrenWithoutImprovementTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

RestartAfterNChildrenWithoutImprovementTest

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

testAll

public void testAll()

JavaGenes, NASA Ames. Written largely by Al Globus