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

Change BacktrackStrictlyDecreasingObjectiveUpdater #667

Open
eparish1 opened this issue Apr 10, 2024 · 0 comments
Open

Change BacktrackStrictlyDecreasingObjectiveUpdater #667

eparish1 opened this issue Apr 10, 2024 · 0 comments
Assignees

Comments

@eparish1
Copy link
Collaborator

eparish1 commented Apr 10, 2024

Change BacktrackStrictlyDecreasingObjectiveUpdater to BacktrackMaxResidualChangeObjectiveUpdater and set user input for the "2" in the backtrack:

      if (ftrial <= 2*fx_k){
        PRESSIOLOG_DEBUG("backtrack; condition satisfied with alpha= {:6e}", alpha);
        ::pressio::ops::update(state, one, p_k, alpha);
        break;
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants