Trees | Index | Help |
---|
Package Bio :: Package NeuralNetwork :: Package Gene :: Module Schema :: Class SimpleFinisher |
|
Determine when we are done evolving motifs.
This takes the very simple approach of halting evolution when the GA has proceeded for a specified number of generations and has a given number of unique schema with positive fitness.Method Summary | |
---|---|
Initialize the finisher with its parameters. | |
Determine when we can stop evolving the population. |
Method Details |
---|
__init__(self,
num_schemas,
min_generations=100)
|
is_finished(self, organisms)Determine when we can stop evolving the population. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Aug 10 20:01:07 2006 | http://epydoc.sf.net |