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.
- Host: GitHub
- URL: https://github.com/arkinjo/evodevo
- Owner: arkinjo
- License: gpl-3.0
- Created: 2021-05-07T04:59:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T22:58:23.000Z (over 2 years ago)
- Last Synced: 2024-06-21T09:58:29.165Z (about 2 years ago)
- Language: Go
- Size: 111 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:].