You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created 03_no_migration_isolated_mating.py to cover this issue. (See commit: 0116fba)
Mating scheme which is limited to its own cell produces two new organisms that is introduced as new children to the entire population. Each new organism is to inherit it's parent's location status, deme status and background mutation rate.
Because the total population is increased, parents of the said children are then subjected to death (removed in the population) to maintain a constant population count of 50 organisms per eco_cell (1250 in the entire world).
Reporting for every 10 generations includes the organism's genetic status (its chromosome) plus its location in the world (represented as (x,y,z)).
Because of its large scale population count, each simulation should take about 15-20 minutes.
The text was updated successfully, but these errors were encountered: