hgalib-0.2: Haskell Genetic Algorithm LibrarySource codeContentsIndex
Population.List
Description
Populations represented as a list of chromosomes Arrays are recommended instead for performance reasons.
Synopsis
config :: PopulationConfig c [c]
Documentation
config :: PopulationConfig c [c]Source
Config for use of lists as the population model. Lists are deprecated in favor of arrays.
Produced by Haddock version 2.4.2