Trees | Indices | Help |
---|
|
Evolve a population from generation to generation.
This implements a Generational GA, in which the population moves from generation to generation.
|
|||
|
|||
|
|
Initialize the evolver. Arguments: o starting_population -- An initial set of individuals to begin the evolution process from. This should be a list of Organism objects. o selector -- A Selection object that implements selection, along with mutation and crossover to select a new population from a given population. |
Evolve the population through multiple generations. Arguments: o stoppping_criteria -- A function which, when passed the current individuals in the population, will determine when to stop the evolution process. Returns: o The final evolved population. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:28 2008 | http://epydoc.sourceforge.net |