Skip to content

Commit

Permalink
further comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Ortner committed May 10, 2016
1 parent 7f79877 commit f7c92d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gradient_descent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function optimize{T}(d::DifferentiableFunction,
@simd for i in 1:n
@inbounds s[i] = -s[i]
end

# Refresh the line search cache
dphi0 = vecdot(gr, s)
clear!(lsr)
Expand Down

0 comments on commit f7c92d0

Please sign in to comment.