org.apache.commons.math3.genetics
Class OrderedCrossoverTest

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

public class OrderedCrossoverTest
extends Object


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

Constructor Detail

OrderedCrossoverTest

public OrderedCrossoverTest()
Method Detail

testCrossover

public void testCrossover()

testCrossoverDimensionMismatchException

public void testCrossoverDimensionMismatchException()

testCrossoverInvalidFixedLengthChromosomeFirst

public void testCrossoverInvalidFixedLengthChromosomeFirst()

testCrossoverInvalidFixedLengthChromosomeSecond

public void testCrossoverInvalidFixedLengthChromosomeSecond()


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