Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed May 23, 2024
1 parent 3e2bd9d commit 5bf00f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/ffsim/optimize/stochastic_reconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def minimize_stochastic_reconfiguration(
epsilon: Increment to use for approximating the gradient using
finite difference.
gtol: Convergence threshold for the norm of the projected gradient.
variation: Hyperparameter controlling the size of parameter variations
variation: TODO Hyperparameter controlling the size of parameter variations
used in the linear expansion of the wavefunction. Its value must be
strictly between 0 and 1. A larger value results in larger variations.
optimize_variation; Whether to optimize the `variation` hyperparameter
positive.
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 5bf00f6

Please sign in to comment.