Skip to content

Commit

Permalink
fix linear method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 14, 2024
1 parent 42a6562 commit 74857e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ffsim/optimize/linear_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def minimize_linear_method(
in each iteration. Optimizing hyperparameters incurs more function and
energy evaluations in each iteration, but may improve convergence.
The optimization is performed using `scipy.optimize.minimize`_.
optimize_variation; Whether to optimize the `variation` hyperparameter
optimize_variation: Whether to optimize the `variation` hyperparameter
in each iteration. Optimizing hyperparameters incurs more function and
energy evaluations in each iteration, but may improve convergence.
The optimization is performed using `scipy.optimize.minimize`_.
Expand Down

0 comments on commit 74857e0

Please sign in to comment.