Skip to content

Commit 0911c47

Browse files
authored
Update README.md regarding the update of maxfun and rhoend
1 parent 34f54df commit 0911c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Assuming `n = length(x)` is the number of variables, then:
185185
radius of the trust region is given by the Euclidean norm of the scaled
186186
variables (see keyword `scale` above).
187187

188-
- `rhoend` (default value `1e-4*rhobeg`) is the final radius of the trust
188+
- `rhoend` (default value `1e-6*rhobeg`) is the final radius of the trust
189189
region. The algorithm stops when the trust region radius becomes smaller or
190190
equal `rhoend` and the status `PRIMA.SMALL_TR_RADIUS` is returned.
191191

@@ -198,7 +198,7 @@ Assuming `n = length(x)` is the number of variables, then:
198198
`PRIMA.MSG_FEVL`. Note that the values that are printed by the software are
199199
those of the scaled variables (see keyword `scale` above).
200200

201-
- `maxfun` (default `100n`) is the maximum number of function evaluations
201+
- `maxfun` (default `500×n`) is the maximum number of function evaluations
202202
allowed for the algorithm. If the number of calls to `f(x)` exceeds this
203203
value, the algorithm is stopped and the status `PRIMA.MAXFUN_REACHED` is
204204
returned.

0 commit comments

Comments
 (0)