|
Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
|
Simulation Thread #. More...


Public Member Functions | |
| def | __init__ (self, OneStep, funcmode, ReturnFromThread) |
| def | stop (self) |
| stops the thread More... | |
| def | run (self) |
| launched by start() More... | |
Public Attributes | |
| Back | |
| Continuous | |
| Running | |
| BusyDisplay | |
| OneStep | |
| running | |
Simulation Thread #.
Thread triggered by the "Step" and "Run" buttons of the Evolife window system
Definition at line 29 of file Simulation_Thread.py.
| def Evolife.Graphics.Simulation_Thread.Simulation.__init__ | ( | self, | |
| OneStep, | |||
| funcmode, | |||
| ReturnFromThread | |||
| ) |
Definition at line 33 of file Simulation_Thread.py.
| def Evolife.Graphics.Simulation_Thread.Simulation.run | ( | self | ) |
launched by start()
Definition at line 51 of file Simulation_Thread.py.
| def Evolife.Graphics.Simulation_Thread.Simulation.stop | ( | self | ) |
stops the thread
Definition at line 41 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.Back |
Definition at line 35 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.BusyDisplay |
Definition at line 38 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.Continuous |
Definition at line 36 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.OneStep |
Definition at line 39 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.Running |
Definition at line 37 of file Simulation_Thread.py.
| Evolife.Graphics.Simulation_Thread.Simulation.running |
Definition at line 59 of file Simulation_Thread.py.