We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b2102 commit d0ed5c0Copy full SHA for d0ed5c0
python/ffsim/optimize/stochastic_reconfiguration.py
@@ -63,7 +63,7 @@ def minimize_stochastic_reconfiguration(
63
variation: Hyperparameter controlling the size of parameter variations
64
used in the linear expansion of the wavefunction. Its value must be
65
strictly between 0 and 1. A larger value results in larger variations.
66
- optimize_variation; Whether to optimize the `variation` hyperparameter
+ optimize_variation: Whether to optimize the `variation` hyperparameter
67
in each iteration. Optimizing hyperparameters incurs more function and
68
energy evaluations in each iteration, but may improve convergence.
69
The optimization is performed using `scipy.optimize.minimize`_.
0 commit comments