Open
Description
The solver parameters object would be a good place to store things like:
- Did the calculation converge?
- Did it converge from meeting the threshold or autostop?
- What was the final error?
- How many iterations did it take?
This way, someone could investigate the result and potentially tighten the threshold if they think the results are suspicious.