JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.simulatedAnnealing
Class AccepterTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.simulatedAnnealing.AccepterTest

public class AccepterTest
extends TestCase

See Also:
Serialized Form

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

Constructor Detail

AccepterTest

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

testDelta

public void testDelta()

testFactor

public void testFactor()

testProbabilityToBeat

public void testProbabilityToBeat()

JavaGenes, NASA Ames. Written largely by Al Globus