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

Multi-dimensional learning rate (sigma0) for AdamW #462

Merged
merged 8 commits into from
Sep 10, 2024

Commits on Aug 19, 2024

  1. feat: adds multi-dimensional sigma0 values to AdamW, updates integrat…

    …ion tests for multi-dim sigma0's
    BradyPlanden committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9e74e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    c2333ba View commit details
    Browse the repository at this point in the history
  2. fix: corrects Minkowski & SumofPower gradient calculations for non-in…

    …ts / odd powers. tests: reduces eis integration coverage, increases test diversity in spm integration tests
    BradyPlanden committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d4d31f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1535fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42932dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814a831 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'refs/heads/develop' into update-adamW-multi-dimensional-lr

    # Conflicts:
    #	pybop/costs/_likelihoods.py
    #	tests/integration/test_eis_parameterisation.py
    #	tests/integration/test_spm_parameterisations.py
    BradyPlanden committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9516e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b62ed View commit details
    Browse the repository at this point in the history