We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df68461 commit 320283aCopy full SHA for 320283a
src/DiagonalHessianApproximation.jl
@@ -66,7 +66,7 @@ function push!(
66
# sᵀBs = sᵀy can be scaled by ||s||² without changing the update
67
s = (si / s0Norm for si ∈ s0)
68
s2 = (si^2 for si ∈ s)
69
- y = (yi / s0Norm for yi ∈ y0)
+ y = (yi / s0Norm for yi ∈ y0)
70
trA2 = dot(s2, s2)
71
sT_y = dot(s, y)
72
sT_B_s = dot(s2, B.d)
0 commit comments