Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
class Agent: defines what an individual consists of More...
Public Member Functions | |
def | __init__ (self, IdNb) |
def | move (self) |
Public Attributes | |
ID | |
colour | |
Size | |
Location | |
class Agent: defines what an individual consists of
Definition at line 158 of file GraphicExample.py.
def Evolife.Examples.GraphicExample.Agent.__init__ | ( | self, | |
IdNb | |||
) |
Definition at line 161 of file GraphicExample.py.
def Evolife.Examples.GraphicExample.Agent.move | ( | self | ) |
Definition at line 169 of file GraphicExample.py.
Evolife.Examples.GraphicExample.Agent.colour |
Definition at line 164 of file GraphicExample.py.
Evolife.Examples.GraphicExample.Agent.ID |
Definition at line 162 of file GraphicExample.py.
Evolife.Examples.GraphicExample.Agent.Location |
Definition at line 167 of file GraphicExample.py.
Evolife.Examples.GraphicExample.Agent.Size |
Definition at line 166 of file GraphicExample.py.