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

Supporting Population Samplers (implemented DE-MCMC) #2735

Merged
merged 60 commits into from
Dec 5, 2017

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    b95af1f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    168c3f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    671b387 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    48ef144 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Configuration menu
    Copy the full SHA
    c0ce6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd16ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ec0b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d04f53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd6a5a View commit details
    Browse the repository at this point in the history
  6. updated description

    michaelosthege committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    df37cbb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Configuration menu
    Copy the full SHA
    ba7d083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4894bf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. created PopulationArrayStepShared base class that allows the individu…

    …al sampler to be aware of other chains
    michaelosthege committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    cd14d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc42bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca3804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2206b45 View commit details
    Browse the repository at this point in the history
  5. verbose debug logging

    michaelosthege committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    6e63f49 View commit details
    Browse the repository at this point in the history
  6. removed debug print

    michaelosthege committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    9395de3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6105dec View commit details
    Browse the repository at this point in the history
  8. formatting

    michaelosthege committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    0494bc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e25ce19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2841442 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    fd6a1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf4ee2f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    6733ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    368f4aa View commit details
    Browse the repository at this point in the history
  3. renamed local variable

    michaelosthege committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    abcb12f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    acf1311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6a2d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e8263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83c5f4 View commit details
    Browse the repository at this point in the history
  5. print format

    michaelosthege committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    fc4e1d0 View commit details
    Browse the repository at this point in the history
  6. inheriting PopulationArraySharedStep from ArrayStepShared, using a bi…

    …j attribute because DEMetropolis will use it
    michaelosthege committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    569731b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8de3977 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67e07a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5769b9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f6c29c View commit details
    Browse the repository at this point in the history
  11. fixed nested if else

    michaelosthege committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    b53b510 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4af2aa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    e5f7ff2 View commit details
    Browse the repository at this point in the history
  2. docstring and comments

    michaelosthege committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    874e6b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba4a9d View commit details
    Browse the repository at this point in the history
  4. code style

    michaelosthege committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    f71a37c View commit details
    Browse the repository at this point in the history
  5. removed unused import

    michaelosthege committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    63ae017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e20295a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acc7538 View commit details
    Browse the repository at this point in the history
  8. fixed a bug where DEMetropolis assigned itself to discrete vars, fixe…

    …d a bug that happened when only one var was assigned
    michaelosthege committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    c3c233c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01adad8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    44b1115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a07a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cfbbb View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. added references

    michaelosthege committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    30f437d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4998005 View commit details
    Browse the repository at this point in the history
  3. forgotten space

    michaelosthege committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    107a618 View commit details
    Browse the repository at this point in the history
  4. modified the PopulationStepper to automatically use parallelization o…

    …r fallback to sequential mode
    michaelosthege committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b94906a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58fa336 View commit details
    Browse the repository at this point in the history
  6. increased nchains

    michaelosthege committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    3bcf0fd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. resolving conflicts

    michaelosthege committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    c919742 View commit details
    Browse the repository at this point in the history
  2. resolving conflicts

    michaelosthege committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    24b4d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    7db836a View commit details
    Browse the repository at this point in the history