From 6d6b8fa3ea434b457ad9906e570aeca08fe06b71 Mon Sep 17 00:00:00 2001 From: Zaikun ZHANG Date: Thu, 22 Feb 2024 22:38:11 +0800 Subject: [PATCH] Correct README.md regarding `maxfun` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ccc018..2162af0 100644 --- a/README.md +++ b/README.md @@ -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.