Population Propogation in Python. Simulate births, marriages, deaths
Full documentation: Download popppyX.Y.html
Popppy simulates a population of men and women over a period of time in 1 year time-steps, implementing marriages, births, and deaths. Execution starts with an input consisting of given numbers of men and women of particular ages. It does a decent job predicting 10 to 20 years ahead. Beyond that the input parameters fertility rate, marriage age and mortality rates could change in an unpredictable manner. The tool could also be useful and fun for...
The project is moved to GitHub : https://github.com/bekisz/exreco/
Exreco is a agent based platform for the simulation and study of the Darwinian evolutionary process.
It aims to support the exploration of genetically rooted phenomena like
- aging (programmed cell death)
- sexual and asexual reproduction
- altruism of individuals
- spread of diseases
The typical way of using Exreco starts by defining the behavior of your replicators ( agents that can reproduce and evolve over time), and defining the environment of these replicators. If it is all done you can let it run observing what kind of genes prevail over time. ...
LineageEvolver is a simulation system for molecular evolution. Sequence evolution is simulated using modular processes such as substitutions, gene duplication/death, horizontal gene transfer, and more.