RangeShifter / RScore

RangeShifter's core simulation code
GNU General Public License v3.0
0 stars 0 forks source link

The number of offspring who emigrate is proportional to the mutation rate #55

Closed TheoPannetier closed 1 day ago

TheoPannetier commented 3 months ago

Starting with a population where all emigration_prob alleles = 0, and mutations set to easily sample high-effect mutations, then the number of offspring who emigrate in the next gen should scale with the mutation rate.

TheoPannetier commented 1 day ago

Done