Skip to content

Commit 6d6b8fa

Browse files
authored
Correct README.md regarding maxfun
1 parent 0911c47 commit 6d6b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 `500×n`) 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)