gov.nasa.javaGenes.evolvableDoubleList
Class EvolvableDoubleListTest
java.lang.Object
TestCase
gov.nasa.javaGenes.evolvableDoubleList.EvolvableDoubleListTest
- public class EvolvableDoubleListTest
- extends TestCase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvolvableDoubleListTest
public EvolvableDoubleListTest(java.lang.String name)
testGetDoubleModule
public void testGetDoubleModule()
testIsEqual
public void testIsEqual()
testCopyForEvolution
public void testCopyForEvolution()
copyForEvolutionTest
protected void copyForEvolutionTest(java.lang.String name,
int length)
testInsert
public void testInsert()
testInsert
protected void testInsert(java.lang.String name,
double[] initial,
double[] insert,
int insertAt,
double[] insertBeforeResult,
double[] insertAfterResult)