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

Run Evolife without any display. More...

Classes

class  Evolife_Batch
 Simulation in batch mode (no vizualisation) #. More...
 

Functions

def Start (SimulationStep, Obs)
 SimulationStep is a function that performs a simulation step Obs is the observer that stores statistics. More...
 

Detailed Description

Run Evolife without any display.

Function Documentation

◆ Start()

def Evolife.Graphics.Evolife_Batch.Start (   SimulationStep,
  Obs 
)

SimulationStep is a function that performs a simulation step Obs is the observer that stores statistics.

Definition at line 108 of file Evolife_Batch.py.