-
Notifications
You must be signed in to change notification settings - Fork 24
Organisms
An organism is a container. Organisms contain one or more genome and one or more brain along with methods to produce offspring and track lineages.
- ID - a unique identifier
- Brains - a list of brains belonging to this organism
- Genomes - a list of genomes belonging to this organism
- dataMap - a DataMap used to store data for output
- timeOfBrith - when was this organism created
- timeOfDeath - when did this organism die?
- alive - is this organism currently alive
- ancestors - list of the IDs belonging to ancestors of this organism (which ancestors exactly is determined by the optimizer)
- parents - a list pointing to this organisms parent(s)
-
shared_ptr<Organism> makeMutatedOffspringFrom(shared_ptr<Organism> parent)
- creates an new organism by copying the parents genome and then applying mutations.
-
shared_ptr<Organism> makeMutatedOffspringFromMany(vector<shared_ptr<Organism>> from)
- creates a new organism by combining features from the parents and applying mutations.
home
welcome
MABE Parameter Widget
Installation and quick start
license
citations
release notes
developer contributions
consistency testing
Using MABE
Using Settings Files
Output Files
Creating Graphs with python
MABE framework
Defining Update
Brains
Markov Brain
Neuron Gate
Wire Brain
Human Brain
ConstantValues Brain
CGP Brain
Genetic Programing Brain
Artificial Neural Networks
Brains Structure and Connectome
Genomes
Circular Genome
Multi Genome
Genome Handlers
Genome Value Conversions
Organisms
Groups
Archivists
popFileColumns
Optimizers
Lexicase Optimizer
Worlds
Berry World
ComplexiPhi World
MultiThreadTemplate World
Utilities
DataMap
Parameters
Parameters Name Space
Adding Parameters to Code
ParametersTable
MTree
sequence function
Population Loading
PythonTools
MBuild
MGraph
MQ
findRelatedness
generatePhylogeny
Information Theory Tools
Brain States and Life Times
TimeSeries
Entropy Functions
Smearing
Fragmentation
State to State
Brain Infomation Tools
ProcessingTools