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

Updates to likelihoods, bug fix GaussianLogLikelihood class #338

Merged
merged 93 commits into from
Jul 5, 2024

Commits on Jun 2, 2024

  1. fix: Enables GaussLogLikelihood with optimisers, adds testing, defaul…

    …t values, updt non-bounded parameter logic, bugfix pints.CMAES construction
    BradyPlanden committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    31c8865 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9c1ca44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3fa4bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ab99da View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    5df3210 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c4f000 View commit details
    Browse the repository at this point in the history
  3. tests: up coverage

    BradyPlanden committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    832c8a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd69359 View commit details
    Browse the repository at this point in the history
  5. refactor: change sigma0 attr logic on GaussLogLikelihoodKnownSigma, a…

    …dd default and arg for parameter boundary multiplier, adds tests
    BradyPlanden committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    dd985c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Suggestions from review

    BradyPlanden committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    34b05b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b5907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ac5d0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e65d51b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7095049 View commit details
    Browse the repository at this point in the history
  6. Update CMAES x0 check

    NicolaCourtier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7e4cc7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8833c00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23847e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22301e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    341ad54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff9ce43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3641a47 View commit details
    Browse the repository at this point in the history
  13. Update dsigma_scale

    NicolaCourtier committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    59f09b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    76371ed View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    f20c942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b936c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57d1768 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa3a70b View commit details
    Browse the repository at this point in the history
  5. Add get_initial_value

    NicolaCourtier committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d2a6b5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3251ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52ff78d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e6d149 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21f44a6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6793c3d View commit details
    Browse the repository at this point in the history
  11. Add log prior gradient

    NicolaCourtier committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c173c69 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    dfdc0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3315cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b7822 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    51e8c7c View commit details
    Browse the repository at this point in the history
  2. Update notebooks

    NicolaCourtier committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2b92ea9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9121833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6553f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fed62f6 View commit details
    Browse the repository at this point in the history
  6. Update notebooks

    NicolaCourtier committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    799122a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Add parameters tests

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    07e90ad View commit details
    Browse the repository at this point in the history
  2. Add quick_plot test

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63dd1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bcb155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e402e38 View commit details
    Browse the repository at this point in the history
  5. Add parameters.verify

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2adbdce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10df0d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    467f1f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2f4ec4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6645cd View commit details
    Browse the repository at this point in the history
  10. Update base_cost.py

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a8ee7cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10314d7 View commit details
    Browse the repository at this point in the history
  12. Remove fit_keys

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d3c4f1b View commit details
    Browse the repository at this point in the history
  13. Update base_model.py

    NicolaCourtier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e6d359a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    85788dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c44ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2776a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    0148bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae29165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e75c8f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #352 from pybop-team/338b-gauss-loglikelihood

    Suggesting changes to #338
    BradyPlanden committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5c99037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b1d093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc94d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec1b881 View commit details
    Browse the repository at this point in the history
  5. fix: likelihood powers as floats, bugfix outdated Adam logic conditio…

    …n in test_spm_parameterisation
    BradyPlanden committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    765e703 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fcf0c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b614fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2eb406 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    20362c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b54415 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Apply suggestions from code review

    Co-authored-by: Brady Planden <55357039+BradyPlanden@users.noreply.github.com>
    NicolaCourtier and BradyPlanden committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    300c6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cad055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39fe15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b815a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1331a8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6120c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a02257a View commit details
    Browse the repository at this point in the history
  8. Refactor as suggested

    Co-authored-by: Brady Planden <55357039+BradyPlanden@users.noreply.github.com>
    NicolaCourtier and BradyPlanden committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6e9ad43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    301d4c7 View commit details
    Browse the repository at this point in the history
  10. Remove duplicate line

    NicolaCourtier committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a2c91cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9949478 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    8d09998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f73df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fe761c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f49ea70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b209048 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f33081 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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