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

Updated accelerators with variable timestep, add localization case to examples #348

Merged
merged 5 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. Accelerators

    remove docstring
    
    format
    
    removed ratio of timsteps
    
    new example cases, plotting etc
    
    added ConstantNesterov, renamed ConstantStep to FirstOrder
    
    ConstantStep -> FirstOrder
    
    const -> firstorder in legends
    odunbar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9175593 View commit details
    Browse the repository at this point in the history
  2. bugfix off-by-one error

    odunbar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    cd3353e View commit details
    Browse the repository at this point in the history
  3. format

    odunbar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0b82c80 View commit details
    Browse the repository at this point in the history
  4. add GC

    odunbar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bd1bbcf View commit details
    Browse the repository at this point in the history
  5. format

    odunbar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    206c0ef View commit details
    Browse the repository at this point in the history