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

Pass on gtol convergence criterion to linesearches that calculate grad(f) #35

Open
anriseth opened this issue Mar 5, 2017 · 1 comment

Comments

@anriseth
Copy link
Collaborator

anriseth commented Mar 5, 2017

Morethuente, hagerzhang and strongwolfe all evaluate df.g! or df.fg!, and should thus report return any step that will give g(x+alpha*p) within tolerance from Optim, NLsolve etc.

@anriseth
Copy link
Collaborator Author

anriseth commented Mar 6, 2017

We should probably investigate whether the new step decreases f(x) as well. If not we must decrease the search interval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant