Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Mar 13, 2024
1 parent aa0e3b8 commit c820e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfit/minimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ def minimize(self, method='leastsq', params=None, **kws):
- `'basinhopping'`: basinhopping
- `'ampgo'`: Adaptive Memory Programming for Global
Optimization
- '`nelder`': Nelder-Mead
- `'nelder'`: Nelder-Mead
- `'lbfgsb'`: L-BFGS-B
- `'powell'`: Powell
- `'cg'`: Conjugate-Gradient
Expand Down

0 comments on commit c820e19

Please sign in to comment.