You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So boolean parameters are used to activate certain behaviors and double parameters are used for specifying tolerances / iterations. This should be refactored, so that only the keys cg_periodic_restart = 5 is used (and a value of 0 means that this is not active), analogously for cg_restart_tol.
The text was updated successfully, but these errors were encountered:
At the moment, the parameters for the nonlinear CG methods are specified, e.g., as
So boolean parameters are used to activate certain behaviors and double parameters are used for specifying tolerances / iterations. This should be refactored, so that only the keys
cg_periodic_restart = 5
is used (and a value of 0 means that this is not active), analogously forcg_restart_tol
.The text was updated successfully, but these errors were encountered: