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

Line-search solver for Armijo-Goldstein conditions #213

Merged
merged 18 commits into from
Apr 20, 2024

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    01409b5 View commit details
    Browse the repository at this point in the history
  2. Update src/linesearch/armijo_goldstein.jl

    Co-authored-by: Dominique <[email protected]>
    d-monnet and dpo authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    83a2dad View commit details
    Browse the repository at this point in the history
  3. Update src/linesearch/armijo_goldstein.jl

    Co-authored-by: Dominique <[email protected]>
    d-monnet and dpo authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ed9a979 View commit details
    Browse the repository at this point in the history
  4. define armijo and golstein conditions functions, fix bisection method…

    … (ht recomputation missing).
    d-monnet committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bc85bed View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    6bfb272 View commit details
    Browse the repository at this point in the history
  2. Update src/linesearch/armijo_goldstein.jl

    Co-authored-by: Tangi Migot <[email protected]>
    d-monnet and tmigot authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    088bd9c View commit details
    Browse the repository at this point in the history
  3. Update src/linesearch/armijo_goldstein.jl

    Co-authored-by: Tangi Migot <[email protected]>
    d-monnet and tmigot authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7606d7f View commit details
    Browse the repository at this point in the history
  4. variable renaming, minor improvements, add step size parameters facto…

    …rs as keyword arguments
    d-monnet committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0b08170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95b1901 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2fcae8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0622682 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2e2096 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 18, 2024

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

Commits on Apr 16, 2024

  1. Apply suggestions from code review

    update docstring
    
    Co-authored-by: Dominique <[email protected]>
    d-monnet and dpo authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    52316a5 View commit details
    Browse the repository at this point in the history
  2. formatting and type stability

    Co-authored-by: Dominique <[email protected]>
    d-monnet and dpo authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ce0f094 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. fix test

    d-monnet committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bdad98c View commit details
    Browse the repository at this point in the history
  2. docstring update

    Co-authored-by: Dominique <[email protected]>
    d-monnet and dpo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46a957b View commit details
    Browse the repository at this point in the history