Package Bio :: Package GA
[show private | hide private]
[frames | no frames]

Package Bio.GA

Submodules
  • Crossover
    • General: General functionality for crossover that doesn't apply.
    • GeneralPoint: Generalized N-Point Crossover.
    • Point: Perform two-point crossovers between the genomes of two organisms.
    • TwoPoint: Perform two-point crossovers between the genomes of two organisms.
    • Uniform: Perform uniform crossovers between the genomes of two organisms.
  • Evolver: Evolution Strategies for a Population.
  • Mutation
    • General: General functionality for mutations.
    • Simple: Perform Simple mutations on an organism's genome.
  • Organism: Deal with an Organism in a Genetic Algorithm population.
  • Repair
    • Stabilizing: Methods for performing repairs that will Stabilize genomes.
  • Selection
    • Abstract: Base selection class from which all Selectors should derive.
    • Diversity: Select individuals into a new population trying to maintain diversity.
    • RouletteWheel: Implement Roulette Wheel selection on a population.
    • Tournament: Provide Tournament style selection.

Generated by Epydoc 2.1 on Mon Aug 27 16:13:09 2007 http://epydoc.sf.net