You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: