An open API service indexing awesome lists of open source software.

https://github.com/arkinjo/evodevo

Mathematical modeling in evolutionary developmental biology.
https://github.com/arkinjo/evodevo

Last synced: 6 months ago
JSON representation

Mathematical modeling in evolutionary developmental biology.

Awesome Lists containing this project

README

          

# evodevo
Mathematical modeling in evolutionary developmental biology.

ark6: Major change.
* The dimension of environmental cues and phenotypes is now equal to nenv (previously nenv + ncells).
* Selection is based on ||p[0:nsel] - env[0:nsel]|| (L1) where nsel < nenv (= ngenes, usually).
* Environmental changes prioritize cue[0:nsel] before cue[nsel:].