Skip to content
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

listmode objective function: actual_compute_objective_function_without_penalty (and Hessian) not yet implemented #1406

Closed
KrisThielemans opened this issue Apr 17, 2024 · 1 comment · Fixed by #1418

Comments

@KrisThielemans
Copy link
Collaborator

@Imraj-Singh @gschramm sadly, we don't have it yet, unless @NikEfth has an implementation.

Without caching, it would essentially be a simplification of actual_compute_subset_gradient_without_penalty, with caching it's LM_distributable_computation

@KrisThielemans KrisThielemans changed the title listmode objective function: actual_compute_objective_function_without_penalty not yet implemented listmode objective function: actual_compute_objective_function_without_penalty (and Hessian) not yet implemented Apr 23, 2024
@KrisThielemans
Copy link
Collaborator Author

Pointers to Hessian functions:

virtual void accumulate_Hessian_times_input(DataT& output, const DataT& current_estimate, const DataT& input) const;

Succeeded accumulate_sub_Hessian_times_input(TargetT& output,
const TargetT& current_image_estimate,
const TargetT& input,
const int subset_num) const;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant