Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Classes | Functions
Evolife.Examples.GraphicExample Namespace Reference

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 ()
 

Detailed Description

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.

(curves, dots and lines, genomes, links...) as indicated.

Function Documentation

◆ Start()

def Evolife.Examples.GraphicExample.Start ( )

Definition at line 221 of file GraphicExample.py.