Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Classes | Variables
Evolife.Ecology.Learner Namespace Reference

Simple trial-and-error learning mechanism. More...

Classes

class  Global
 General functions: Closer, Perturbate, Limitate, Decrease. More...
 
class  Learner
 defines learning capabilities More...
 
class  LimitedMemory_
 memory buffer with limited length More...
 

Variables

 Gbl = Global()
 
 John_Doe = Learner({'F':0})
 

Detailed Description

Simple trial-and-error learning mechanism.

Variable Documentation

◆ Gbl

Evolife.Ecology.Learner.Gbl = Global()

Definition at line 48 of file Learner.py.

◆ John_Doe

Evolife.Ecology.Learner.John_Doe = Learner({'F':0})

Definition at line 246 of file Learner.py.