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 9b7fe55 commit de3f646Copy full SHA for de3f646
src/solver_options.h
@@ -89,8 +89,9 @@ class SolverOptions
89
// Otherwise stop with error message.
90
bool redo_newton = false;
91
92
- // If Newton method fails to converge within max_Newton_iter iterations in a
93
- // row, the solver will try to update Jacobian every single iteration.
+ // If Newton method fails to converge within 'max_Newton_iter' iterations
+ // 'newton_failed_attempts' times in a row, the solver will try to update
94
+ // Jacobian every single iteration next time step.
95
int newton_failed_attempts = 3;
96
97
// 1 - V-SATS will use NORM_infinity to estimate solution variability,
0 commit comments