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

Reconcile Moran processes #1043

Merged
merged 7 commits into from
Jun 13, 2017
Merged

Reconcile Moran processes #1043

merged 7 commits into from
Jun 13, 2017

Commits on Jun 10, 2017

  1. Reconcile Moran processes

    Use spatial Moran Processes throughout
    
    Also add ability to pass a prob_end to the Matches.
    drvinceknight committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    f16e44b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Add more tests, docstrings, and type hints

    - Add ability for a graph to add loops.
    - Ensure reproduction graph is same as inter graph
    - Remove Match class option from Moran process.
    - Uncomment property based test. Slipped by in a previous commit on this branch
      as a mistake.
    - Fix docstrings and add type hints. Addresses #808. Changed
      `fitness_proportionate_selection` to make mypy happy.
    - s/random.seed/axelrod.seed
    - Fix docs
    - Add numerous tests. No specific interactions tests: I feel this is
      fairly well covered now with some behaviour specifically tested as well.
    drvinceknight committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    cb03612 View commit details
    Browse the repository at this point in the history
  2. Formatting fixes

    marcharper committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    20ed823 View commit details
    Browse the repository at this point in the history
  3. Remove a typo.

    drvinceknight committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    bc87892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c26eee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3960ca View commit details
    Browse the repository at this point in the history
  6. Uncomment a test.

    drvinceknight committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    ce39975 View commit details
    Browse the repository at this point in the history