Uses of Interface
com.rubecula.darwin.core.CensusibleCollection

Packages that use CensusibleCollection
com.rubecula.darwin.core

Darwin 

com.rubecula.darwin.examples.travelingsalesman

Traveling Salesman Example 

 

Uses of CensusibleCollection in com.rubecula.darwin.core
 

Subinterfaces of CensusibleCollection in com.rubecula.darwin.core
 interface Population
          Defines the properties (methods) which characterize a population in an Evolutionary Computation.
 

Classes in com.rubecula.darwin.core that implement CensusibleCollection
 class Population_Abstract
          Abstract class defining the base methods and fields for an instance of the Population interface.
 class Population_Default
          This concrete class is the default implementation of Population.
 

Uses of CensusibleCollection in com.rubecula.darwin.examples.travelingsalesman
 

Classes in com.rubecula.darwin.examples.travelingsalesman that implement CensusibleCollection
 class Population_TS
          Population model for the Traveling Salesman