Skip to content
Snippets Groups Projects
Commit 684d9165 authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Updated README.

parent 7bfdb65d
Branches
Tags
1 merge request!8Regularization
Pipeline #1971 canceled
......@@ -51,7 +51,7 @@ This is an up to date list of available keyword options:
- `store_overlap`: bool, default True. Store the overlaps for later usage in calling guess without passing the current overlap. It can be disabled for performance, but calling guess will require passing the overlap.
Some options can be piped to the fitting modules.
- `fitting_regularization`: float, default 0.0. Controls the regularization for both the "leastsquare" and "qtr" fitting schemes.
- `fitting_regularization`: float, default 0.0. Controls the regularization for both the "leastsquare" and "qtr" fitting schemes. In both the fitting schemes, an additional term of the form $\epsilon^2 ||\alpha||^2$ is added to the error function, in this expression $\alpha$ is the vector of coefficients.
## Acknowledgments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment