Skip to content

Commit

Permalink
Correct README.md regarding maxfun
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored Feb 22, 2024
1 parent 0911c47 commit 6d6b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `500×n`) 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 6d6b8fa

Please sign in to comment.