Skip to content

Commit 03bd516

Browse files
MaxenceGollierdpo
andauthored
update doc
Co-authored-by: Dominique <[email protected]>
1 parent 08bc4d6 commit 03bd516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For advanced usage, first define a solver "TRSolver" to preallocate the memory u
118118
- `x::V = nlp.meta.x0`: the initial guess;
119119
- `atol::T = √eps(T)`: absolute tolerance;
120120
- `rtol::T = √eps(T)`: relative tolerance;
121-
- `neg_tol::T = eps(T)^(1 / 4)`: negative tolerance;
121+
- `neg_tol::T = eps(T)^(1 / 4)`: negative tolerance (see stopping conditions below);
122122
- `max_eval::Int = -1`: maximum number of evaluation of the objective function (negative number means unlimited);
123123
- `max_time::Float64 = 30.0`: maximum time limit in seconds;
124124
- `max_iter::Int = 10000`: maximum number of iterations;

0 commit comments

Comments
 (0)