|
Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
This example shows how to use Evolife's graphic system (based on PyQT) to run simulations that display images,dots and lines, and curves. More...
Classes | |
| class | Agent |
| class Agent: defines what an individual consists of More... | |
| class | GrObserver |
| Stores all values that should be displayed May also store general information. More... | |
| class | Population |
| defines the population of agents More... | |
Functions | |
| def | Start () |
This example shows how to use Evolife's graphic system (based on PyQT) to run simulations that display images,dots and lines, and curves.
Evolife provides a window system that you can use for you own simulation.
| def Evolife.Examples.GraphicExample.Start | ( | ) |
Definition at line 221 of file GraphicExample.py.