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

add Polyak's Step size. #384

Merged
merged 13 commits into from
Apr 27, 2024
Merged

add Polyak's Step size. #384

merged 13 commits into from
Apr 27, 2024

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    5dfa48d View commit details
    Browse the repository at this point in the history
  2. Implement Polyak stepsize

    kellertuer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6354192 View commit details
    Browse the repository at this point in the history
  3. Tests PolyakStepsize.

    kellertuer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    14ac330 View commit details
    Browse the repository at this point in the history
  4. unify changelog.

    kellertuer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    036d777 View commit details
    Browse the repository at this point in the history
  5. remove an errornous line.

    kellertuer committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7734fe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Update src/plans/stepsize.jl

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8ed01c0 View commit details
    Browse the repository at this point in the history
  2. Fix the step size forumla

    * add a literature reference
    * fix a missing square
    * the gradient of a gradientObjective now also acts as a sugradient.
    kellertuer committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e130b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    692b95a View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2fc6f29 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kellertuer/PolyakStepsize' of github.com:JuliaManifolds…

    …/Manopt.jl into kellertuer/PolyakStepsize
    kellertuer committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fd14487 View commit details
    Browse the repository at this point in the history
  6. Update src/plans/stepsize.jl

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    64f1577 View commit details
    Browse the repository at this point in the history
  7. Update src/plans/stepsize.jl

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2498bf7 View commit details
    Browse the repository at this point in the history
  8. Update src/plans/stepsize.jl

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8f393fc View commit details
    Browse the repository at this point in the history