-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement arbitrary penalties for SNLLS & Pathway amplitudes contstra…
…int (#108) * snlls: remove lines leading to double smoothness penalization * snlls: redesign of residual function and uncertainty quantification - add option to pass a custom penalty function - snlls new returns separate uncertainty quantification objects for the linear and nonlinear components - adapted fitisignal to new outputs of snlls * fitmodel: implement constraint to ensure identifiability of Lam0 and V0 * snlls: correct behaviour of the uncertainty quantification * tests: relax tight assertion for one test * hccm: fix minor bug in internal function * fitmodel: remove deprecated keyword argument * snlls: rename keyword custom_penalty to extrapenalty, fix some tests * snlls: code refactoring * fitmodel: fix merge error * fitmodel: fix another merge error * lsqcomponents: refactor code
- Loading branch information
Showing
6 changed files
with
198 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.