Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tribe fission #4

Open
5 tasks
bmpotter opened this issue Nov 10, 2019 · 0 comments
Open
5 tasks

Implement tribe fission #4

bmpotter opened this issue Nov 10, 2019 · 0 comments

Comments

@bmpotter
Copy link
Member

Dependent on issue 3.

  • implement Species.SplitPopsAsNecessary() and call in main.go after childrenSpecies.Select(uniformRandom)
    • loop thru current pops and if Population.ReadyForSplit() > 1 call Population.Split()
  • implement Population.Split()
    • create new pops and add them to Species list
  • ensure all plot files are generated correctly (with first row starting at gen > 0)
  • test manually
  • add automated tests to mendel_test.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant