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

AdaSqrt - Second-order Information in First-order Optimization Methods #234

Merged
merged 16 commits into from Mar 1, 2022

Commits on Oct 25, 2020

  1. Add AdaSqrt optimizer.

    zoq committed Oct 25, 2020
    Copy the full SHA
    77a6c3d View commit details
    Browse the repository at this point in the history
  2. Add AdaSqrt optimizer test cases.

    zoq committed Oct 25, 2020
    Copy the full SHA
    204379b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8e646fa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5ffb663 View commit details
    Browse the repository at this point in the history
  5. Add missing AdaSqrt test file.

    zoq committed Oct 25, 2020
    Copy the full SHA
    f944ad4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

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

Commits on Feb 19, 2022

  1. Correct test author.

    Co-authored-by: Ryan Curtin <ryan@ratml.org>
    zoq and rcurtin committed Feb 19, 2022
    Copy the full SHA
    3fe169e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be570d5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3486dd1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3d31cc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Use armadillo function to square the gradient.

    Co-authored-by: Conrad Sanderson <conradsnicta@users.noreply.github.com>
    zoq and conradsnicta committed Feb 21, 2022
    Copy the full SHA
    7776391 View commit details
    Browse the repository at this point in the history
  2. Unify header inclusion format.

    zoq committed Feb 21, 2022
    Copy the full SHA
    69d6cf1 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous header.

    zoq committed Feb 21, 2022
    Copy the full SHA
    0dfa8fb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Unify header inclusion format.

    zoq committed Feb 23, 2022
    Copy the full SHA
    bb31a44 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Copy the full SHA
    9929e1c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Copy the full SHA
    063f1eb View commit details
    Browse the repository at this point in the history