Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] remove thresholding in Hessian for Poisson...ProjData
accumulate_sub_Hessian_times_input_without_penalty used divide_and_truncate, but this is incorrect as its threshold strategies are not appropriate for (measured * forward_input)/forward_current^2. Most obvious example is if forward_input contains negatives. We now use 0/x=0 (first thresholding measured data to be non-negative). #1461
- Loading branch information