We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would be nice to be able to print all solver options to console/log for debugging purposes.
The text was updated successfully, but these errors were encountered:
More informative Solver.__repr__
Solver.__repr__
26143e5
Closes #1926 Output of `print(amici.CVodeSolver())`: ``` <Swig Object of type 'amici::CVodeSolver *' at 0x7f988f70f090 reporting_mode: <RDataReporting.full: 0> sens_meth: <SensitivityMethod.forward: 1> sens_order: <SensitivityOrder.none: 0> sens_order: <SensitivityMethod.forward: 1> maxsteps: 10000 maxtime: 1.7976931348623157e+308s abs_tol: 1e-16 rel_tol: 1e-08 abs_tol_b: 1e-16 rel_tol_b: 1e-08 abs_tol_fsa: 1e-16 rel_tol_fsa: 1e-08 abs_tol_quad: 1e-12 rel_tol_quad: 1e-08 abs_tol_ss: 1e-14 rel_tol_ss: 1e-06 abs_tol_sss: 1e-14 rel_tol_sss: 1e-06 int_sens_meth: <InternalSensitivityMethod.simultaneous: 1> int_type: <InterpolationType.hermite: 1> linsol: <LinearSolver.KLU: 9> lmm: <LinearMultistepMethod.BDF: 2> newton_damp_mode: <NewtonDampingFactorMode.on: 1> newton_damp_lb: 1e-08 newton_maxsteps: 0 newton_ss_check: False sens_ss_check: True interpolation_type: <InterpolationType.hermite: 1> ism: <InternalSensitivityMethod.simultaneous: 1> nlsol_iter: <NonlinearSolverIteration.newton: 2> stability_limit: True state_ordering: 0 > ```
11a1f27
dweindl
No branches or pull requests
would be nice to be able to print all solver options to console/log for debugging purposes.
The text was updated successfully, but these errors were encountered: