Package schrodinger :: Package application :: Package matsci :: Package genetic_optimization :: Module genetic_optimization :: Class Initialize
[hide private]
[frames] | no frames]

Class Initialize

object --+
         |
        Initialize

Instance Methods [hide private]
 
fromInitialPopulation(self, genome, **args)
Draw a unique genome from the initial population.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

fromInitialPopulation(self, genome, **args)

 

Draw a unique genome from the initial population.

Parameters:
  • genome (StructureGenome) - a genome
  • args (dict) - dictionary of genetic optimization parameters created and used by pyevolve