Evolife
Evolife has been developed to study Genetic algorithms, Natural evolution and behavioural ecology.
Public Member Functions | Public Attributes | List of all members
Evolife.Genetics.Genome.Gene Class Reference

Actual gene (semantic segment on DNA) with intensity A Gene also knows its locus (position in the list of genes, as defined in genetic map) More...

Public Member Functions

def __init__ (self, gene_locus, intensity=0)
 A gene knows its intensity and its locus (position in the list of genes, as defined in genetic map) More...
 

Public Attributes

 locus
 
 intensity
 

Detailed Description

Actual gene (semantic segment on DNA) with intensity A Gene also knows its locus (position in the list of genes, as defined in genetic map)

Definition at line 27 of file Genome.py.

Constructor & Destructor Documentation

◆ __init__()

def Evolife.Genetics.Genome.Gene.__init__ (   self,
  gene_locus,
  intensity = 0 
)

A gene knows its intensity and its locus (position in the list of genes, as defined in genetic map)

Definition at line 32 of file Genome.py.

Member Data Documentation

◆ intensity

Evolife.Genetics.Genome.Gene.intensity

Definition at line 36 of file Genome.py.

◆ locus

Evolife.Genetics.Genome.Gene.locus

Definition at line 35 of file Genome.py.


The documentation for this class was generated from the following file: