org.apache.commons.math3.genetics
Class ListPopulationTest

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

public class ListPopulationTest
extends Object


Constructor Summary
ListPopulationTest()
           
 
Method Summary
 void testAddTooManyChromosomes()
           
 void testAddTooManyChromosomesSingleCall()
           
 void testChromosomeListConstructorPopulationLimitNotPositive()
           
 void testChromosomes()
           
 void testConstructorListOfChromosomesBiggerThanPopulationSize()
           
 void testConstructorPopulationLimitNotPositive()
           
 void testGetFittestChromosome()
           
 void testIterator()
           
 void testSetPopulationLimit()
           
 void testSetPopulationLimitTooSmall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPopulationTest

public ListPopulationTest()
Method Detail

testGetFittestChromosome

public void testGetFittestChromosome()

testChromosomes

public void testChromosomes()

testSetPopulationLimit

public void testSetPopulationLimit()

testConstructorPopulationLimitNotPositive

public void testConstructorPopulationLimitNotPositive()

testChromosomeListConstructorPopulationLimitNotPositive

public void testChromosomeListConstructorPopulationLimitNotPositive()

testConstructorListOfChromosomesBiggerThanPopulationSize

public void testConstructorListOfChromosomesBiggerThanPopulationSize()

testAddTooManyChromosomes

public void testAddTooManyChromosomes()

testAddTooManyChromosomesSingleCall

public void testAddTooManyChromosomesSingleCall()

testIterator

public void testIterator()

testSetPopulationLimitTooSmall

public void testSetPopulationLimitTooSmall()


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