Skip to content

Implement tribe fission #4

Description

@bmpotter

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions