Trees | Index | Help |
---|
Package Bio :: Package GA :: Module Evolver :: Class GenerationEvolver |
|
Evolve a population from generation to generation.
This implements a Generational GA, in which the population moves from generation to generation.Method Summary | |
---|---|
Initialize the evolver. | |
Evolve the population through multiple generations. |
Method Details |
---|
__init__(self,
starting_population,
selector)
|
evolve(self, stopping_criteria)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 | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:04:46 2006 | http://epydoc.sf.net |