-
Notifications
You must be signed in to change notification settings - Fork 24
Genome Multi
A Multi-Genome is a genome with one or more non-circular chromosomes. Multi genomes can be multi ploidy by setting chromosome_ploidy to a value greater than one. The total number of chromosomes in multi-genome is chromosome_sets times chromosome_ploidy. For example, chromosome_sets = 3 and chromosome_ploidy = 2 would define a genome with 6 chromosomes.
Parents must have the same values for chromosome_sets and chromosome_ploidy.
- Asexual (and any value for chromosome_ploidy)
- offspring are copies of their parent with mutation
- Sexual and chromosome_ploidy = 1
- offspring are generated by performing crossover between the parents' chromosome sets (which each contain only one chromosome). The resulting genome is then subjected to mutations.
- Sexual and chromosome_ploidy > 1
- each parent performs crossover between all of the chromosomes in each of their chromosome sets, in order to generate one new chromosome per set. Then each parent contributes those new chromosomes to the corresponding chromosome set in the offspring. The resulting genome is then subjected to mutations.
for more details and parameters, see settings_organisms.cfg
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