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 method log_lbfgs - Riemannian logarithm using expm_frechet - #555

Closed
wants to merge 42 commits into from

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    a4f64e1 View commit details
    Browse the repository at this point in the history
  2. add misc_stiefel_frechet - various files used for testing, should be …

    …omitted in final release
    dnguyend committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a18f52e View commit details
    Browse the repository at this point in the history
  3. fix kwargs

    dnguyend committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    244e065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405f828 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. add customized lbfgs

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1f95cc2 View commit details
    Browse the repository at this point in the history
  2. remove Optim

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    487558d View commit details
    Browse the repository at this point in the history
  3. StiefelFrechet.jl

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    bb077c3 View commit details
    Browse the repository at this point in the history
  4. add minimize_lbfgs

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e3c57a2 View commit details
    Browse the repository at this point in the history
  5. continue fix

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3f77b7a View commit details
    Browse the repository at this point in the history
  6. bug for small ys

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3dcb407 View commit details
    Browse the repository at this point in the history
  7. remove skipped

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d66bf21 View commit details
    Browse the repository at this point in the history
  8. remove skipped

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    efd6200 View commit details
    Browse the repository at this point in the history
  9. remove skipped

    dnguyend committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c01e2f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

  1. using formatter

    dnguyend committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5dda941 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 3, 2022

  1. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    41c2cb9 View commit details
    Browse the repository at this point in the history
  2. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    7f0a29a View commit details
    Browse the repository at this point in the history
  3. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    aa53782 View commit details
    Browse the repository at this point in the history
  4. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a9b8352 View commit details
    Browse the repository at this point in the history
  5. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    ec2755e View commit details
    Browse the repository at this point in the history
  6. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    4d51acc View commit details
    Browse the repository at this point in the history
  7. improve docs

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    47aad34 View commit details
    Browse the repository at this point in the history
  8. new documentation

    dnguyend committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    4ab89ce View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. fix default values

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    f41d35e View commit details
    Browse the repository at this point in the history
  2. fix default values

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    cc23bdd View commit details
    Browse the repository at this point in the history
  3. fix default values

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b90f73b View commit details
    Browse the repository at this point in the history
  4. fix default values

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    9deb855 View commit details
    Browse the repository at this point in the history
  5. attempt local coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b4462ce View commit details
    Browse the repository at this point in the history
  6. more local coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    24f9e2b View commit details
    Browse the repository at this point in the history
  7. Revert "fix default values"

    This reverts commit 9deb855.
    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    cc3a274 View commit details
    Browse the repository at this point in the history
  8. Revert "attempt local coverage"

    This reverts commit b4462ce.
    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    6af162b View commit details
    Browse the repository at this point in the history
  9. more coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    b853ffe View commit details
    Browse the repository at this point in the history
  10. fix coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    1751317 View commit details
    Browse the repository at this point in the history
  11. format files

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    52a8a27 View commit details
    Browse the repository at this point in the history
  12. fix docs

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    6d8b14a View commit details
    Browse the repository at this point in the history
  13. improve exit condition

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    556fc83 View commit details
    Browse the repository at this point in the history
  14. more coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    bec1bf6 View commit details
    Browse the repository at this point in the history
  15. test coverage

    dnguyend committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    55047d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. improve docs and coverage

    dnguyend committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c0d2972 View commit details
    Browse the repository at this point in the history
  2. more coverage

    dnguyend committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    74631b9 View commit details
    Browse the repository at this point in the history