JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList
Class SelectFixedIndicesTest

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

public class SelectFixedIndicesTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
SelectFixedIndicesTest(java.lang.String name)
           
 
Method Summary
 void testSelectFixedIndices()
           
 void testSelectFixedIndices(java.lang.String name, int evolvableLength, int[] selections, int[] results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFixedIndicesTest

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

testSelectFixedIndices

public void testSelectFixedIndices()

testSelectFixedIndices

public void testSelectFixedIndices(java.lang.String name,
                                   int evolvableLength,
                                   int[] selections,
                                   int[] results)

JavaGenes, NASA Ames. Written largely by Al Globus