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
Copy file name to clipboardExpand all lines: src/helpers/LineSearchesTypes.jl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ Wrapper for line searches available in the `LineSearches.jl` library.
14
14
15
15
Wrap `linesearch` (for example [`HagerZhang`](https://julianlsolvers.github.io/LineSearches.jl/latest/reference/linesearch.html#LineSearches.HagerZhang)
16
16
or [`MoreThuente`](https://julianlsolvers.github.io/LineSearches.jl/latest/reference/linesearch.html#LineSearches.MoreThuente)).
17
-
The initial step selection from Linesearches.jl is not yet supported and the value 1.0 is used.
17
+
The initial step selection from Linesearches.jl is not yet supported and `initial_guess` is
18
+
always used (by default [`ConstantInitialGuess`](@ref)).
0 commit comments