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 4c79f39 commit 4053e46Copy full SHA for 4053e46
src/linesearch/armijo_wolfe.jl
@@ -39,7 +39,7 @@ function armijo_wolfe(
39
h::LineModel,
40
h₀::T,
41
slope::T,
42
- g::Array{T, 1};
+ g::AbstractVector{T};
43
t::T = one(T),
44
τ₀::T = max(T(1.0e-4), sqrt(eps(T))),
45
τ₁::T = T(0.9999),
0 commit comments