org.apache.commons.math3.genetics
Class NPointCrossoverTest

java.lang.Object
  extended by org.apache.commons.math3.genetics.NPointCrossoverTest

public class NPointCrossoverTest
extends Object


Constructor Summary
NPointCrossoverTest()
           
 
Method Summary
 void testCrossover()
           
 void testCrossoverDimensionMismatchException()
           
 void testCrossoverInvalidFixedLengthChromosomeFirst()
           
 void testCrossoverInvalidFixedLengthChromosomeSecond()
           
 void testNumberIsTooLargeException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NPointCrossoverTest

public NPointCrossoverTest()
Method Detail

testCrossoverDimensionMismatchException

public void testCrossoverDimensionMismatchException()

testNumberIsTooLargeException

public void testNumberIsTooLargeException()

testCrossoverInvalidFixedLengthChromosomeFirst

public void testCrossoverInvalidFixedLengthChromosomeFirst()

testCrossoverInvalidFixedLengthChromosomeSecond

public void testCrossoverInvalidFixedLengthChromosomeSecond()

testCrossover

public void testCrossover()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.