-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Tikhonov Regularization #98
base: master
Are you sure you want to change the base?
Add Tikhonov Regularization #98
Conversation
Hello @ErickHernandezGutierrez, |
commit/operator/operator_noLUT.c
Outdated
@@ -185,3 +185,62 @@ void COMMIT_At( | |||
pthread_join( threads[t], NULL ); | |||
return; | |||
} | |||
|
|||
void COMMIT_L( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why all these functions are empty if no LUT is selected? The regularization should be enforced in any case, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is in the TODO to enable the Tikhonov regularization when no LUT is selected.
No description provided.