#3923 closed enhancement (fixed)
Change tolerances of Newton solver to standard 2-norm
Reported by: | Francesco Casella | Owned by: | Patrick Täuber |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Run-time | Version: | |
Keywords: | Cc: |
Description
the argument of the simulation flags -newtonFTol
and -newtonXTol
is currently the square of a 2-norm (default 1e-24), which is quite confusing. Please change it to the standard 2-norm (i.e., the square root of what we have now), with default 1e-12.
It would also be nice to add a very concise explanation of what is actually meant by those parameters in the flag documentation.
Note:
See TracTickets
for help on using tickets.
This is done in OMCompiler/737e024. The detailed flag description includes a concise explanation.