Skip to content

Commit 22fd81f

Browse files
committed
change cond default value from 1e-8 to 1e-4
1 parent ac61033 commit 22fd81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ffsim/optimize/stochastic_reconfiguration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def minimize_stochastic_reconfiguration(
3535
*,
3636
maxiter: int = 1000,
3737
variation: float = 1.0,
38-
cond: float = 1e-8,
38+
cond: float = 1e-4,
3939
epsilon: float = 1e-8,
4040
gtol: float = 1e-5,
4141
optimize_hyperparameters: bool = True,

0 commit comments

Comments
 (0)