Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang authored and emmt committed Sep 25, 2023
1 parent 2980311 commit 1d25fe4
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 @@ -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.

Expand Down

0 comments on commit 1d25fe4

Please sign in to comment.