Skip to content

Commit

Permalink
Update README.md regarding the update of maxfun and rhoend
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Feb 22, 2024
1 parent 34f54df commit 0911c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Assuming `n = length(x)` is the number of variables, then:
radius of the trust region is given by the Euclidean norm of the scaled
variables (see keyword `scale` above).

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

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

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

0 comments on commit 0911c47

Please sign in to comment.