Skip to content

Commit

Permalink
Fix typo in README (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
stelios-c committed Mar 26, 2024
1 parent eb8dea7 commit 44a1403
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 @@ -23,7 +23,7 @@ provides functionality to perform statistical inference on estimated parameters.

- estimagic wraps algorithms from *scipy.optimize*, *nlopt*, *pygmo* and more.
- estimagic implements constraints efficiently via reparametrization, so you can solve
constrained problems with any optimzer that supports bounds.
constrained problems with any optimizer that supports bounds.
- The parameters of an optimization problem can be arbitrary pytrees
- The complete history of parameters and function evaluations can be saved in a database
for maximum reproducibility.
Expand Down

0 comments on commit 44a1403

Please sign in to comment.