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 line search for Newton solver #57

Open
ikalash opened this issue Feb 15, 2025 · 0 comments
Open

Add line search for Newton solver #57

ikalash opened this issue Feb 15, 2025 · 0 comments
Assignees

Comments

@ikalash
Copy link
Collaborator

ikalash commented Feb 15, 2025

The line search in code right now for steepest descent is designed for plasticity; something more simple like algorithm in Nocedal book will likely be better. Irina had tried the existing backtrack algorithm (https://github.com/sandialabs/Norma.jl/blob/main/src/solver.jl#L533-L571) and it made things worse.

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