We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxfun
1 parent 0911c47 commit 6d6b8faCopy full SHA for 6d6b8fa
README.md
@@ -198,7 +198,7 @@ Assuming `n = length(x)` is the number of variables, then:
198
`PRIMA.MSG_FEVL`. Note that the values that are printed by the software are
199
those of the scaled variables (see keyword `scale` above).
200
201
-- `maxfun` (default `500×n`) is the maximum number of function evaluations
+- `maxfun` (default `500*n`) is the maximum number of function evaluations
202
allowed for the algorithm. If the number of calls to `f(x)` exceeds this
203
value, the algorithm is stopped and the status `PRIMA.MAXFUN_REACHED` is
204
returned.
0 commit comments