From 1d25fe4b33c751cff2fa5630b9ded193dfa335e4 Mon Sep 17 00:00:00 2001 From: Zaikun ZHANG Date: Sat, 23 Sep 2023 01:02:28 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 566ccfd..06a3993 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Assuming `n = length(x)` is the number of variables, then: returned. - `npt` (default value `2n + 1`) is the number of points used to approximate - the local behavior of the objective function and such that `n + 1 ≤ npt ≤ + the local behavior of the objective function and such that `n + 2 ≤ npt ≤ (n + 1)*(n + 2)/2`. The default value corresponds to the one recommended by M.J.D. Powell.