JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class PopulationTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.core.PopulationTest

public class PopulationTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
PopulationTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testGetParetoFront()
           
 void testGetParetoFront2()
           
 void testMakeIndividualArray()
           
 void testWorstFitness()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationTest

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

setUp

public void setUp()

testMakeIndividualArray

public void testMakeIndividualArray()

testWorstFitness

public void testWorstFitness()

testGetParetoFront

public void testGetParetoFront()

testGetParetoFront2

public void testGetParetoFront2()

JavaGenes, NASA Ames. Written largely by Al Globus