Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
Stores all values that should be displayed May also store general information. More...
Public Member Functions | |
def | __init__ (self, TimeLimit) |
def | Field_grid (self) |
initial draw: here a green square More... | |
def | get_data (self, Slot) |
This function is called each time the window wants to update display. More... | |
Stores all values that should be displayed May also store general information.
Definition at line 85 of file GraphicExample.py.
def Evolife.Examples.GraphicExample.GrObserver.__init__ | ( | self, | |
TimeLimit | |||
) |
Definition at line 90 of file GraphicExample.py.
def Evolife.Examples.GraphicExample.GrObserver.Field_grid | ( | self | ) |
initial draw: here a green square
Definition at line 102 of file GraphicExample.py.
def Evolife.Examples.GraphicExample.GrObserver.get_data | ( | self, | |
Slot | |||
) |
This function is called each time the window wants to update display.
Definition at line 114 of file GraphicExample.py.