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 1726764 commit 0a4e048Copy full SHA for 0a4e048
lib/NonlinearSolveSpectralMethods/src/dfsane.jl
@@ -16,7 +16,7 @@ parameters and the algorithm, see [la2006spectral](@citet).
16
- `sigma_max`: the maximum value of the spectral coefficient `σₙ` which is related to the
17
step size in the algorithm. Defaults to `1e10`.
18
19
-For other keyword arguments, see [`RobustNonMonotoneLineSearch`](@ref).
+For other keyword arguments, see RobustNonMonotoneLineSearch in LineSearch.jl.
20
"""
21
function DFSane(;
22
sigma_min = 1 // 10^10, sigma_max = 1e10, sigma_1 = 1, M::Int = 10,
0 commit comments