Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Classes | Variables
Evolife.Ecology.Group Namespace Reference

Groups are lists of Individuals. More...

Classes

class  EvolifeGroup
 class Group: list of individuals that interact and reproduce. More...
 
class  Group
 A group is mainly a list of individuals. More...
 

Variables

int gr_size = 10
 
 MyGroup = Group(1,gr_size)
 
 flagRanking
 

Detailed Description

Groups are lists of Individuals.

Reproduction, selection and behavioural games take place within the group.

Variable Documentation

◆ flagRanking

Evolife.Ecology.Group.flagRanking

Definition at line 274 of file Group.py.

◆ gr_size

int Evolife.Ecology.Group.gr_size = 10

Definition at line 268 of file Group.py.

◆ MyGroup

Evolife.Ecology.Group.MyGroup = Group(1,gr_size)

Definition at line 269 of file Group.py.