Package pygene :: Module organism
[show private | hide private]
[frames | no frames]

Module pygene.organism

Implements classes for entire organisms

Organisms produce Gametes (think sperm/egg) via the .split() method.

Organisms can be mated by the '+' operator, which produces a child organism.

Subclasses of Organism must override the following methods: Refer to module pygene.prog for organism classes for genetic programming.
Classes
BaseOrganism Base class for genetic algo and genetic programming organisms
MendelOrganism Classical Mendelian genetic organism
Organism Simple genetic algorithms organism

Generated by Epydoc 2.1 on Mon Dec 12 14:37:12 2005 http://epydoc.sf.net