-
Notifications
You must be signed in to change notification settings - Fork 34
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
Initial HagerZhang: norm(gr) -> norm(gr)^2 #133
Comments
Should also check against |
Happy to accept bug fixes |
In general a if you can provid a line number and an equation number from the paper or line in the reference implementation (wherever you checked) review will be much faster. Thanks |
Oh my bad sorry. This is from initialization step I0-b page 12. |
I hope you didn't read it in an annoyed voice, I just wanted to say that it's much more likely that I can quickly reply if I have both line numbers (as you provided!) and equation numbers :) (got to remember those smileys ;) ) |
No worries :) |
LineSearches.jl/src/initialguess.jl
Line 292 in 1f40bf3
In the paper, the divisor is
norm(gr)^2
The text was updated successfully, but these errors were encountered: