ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

Docs #66

Closed talassio closed 4 years ago

talassio commented 4 years ago

Issues found in the Fortran doc

  1. nlls_options%regularization has 3 choices {0:2}, see but Incorporating regularization term only describes the last two.

  2. Regularization describes the transformed problem for DRQS in terms of parameter $p$, but at the same time it is using the letter 'p' for the regularization power and this is confusion, a quick fix would be to change $p$ to $q$ and leave the regularization term 'p'. This change should also be done for the transformed problem of DTRS