Skip to content

Commit

Permalink
Added name in TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed May 13, 2024
1 parent 73d3b38 commit e51a74a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ double TreeStructuredParzenEstimator::compute_log_likelihood_ratio(const Input &
const double below = log_sum_exp(below_logs);

// Multiply by a constant so that the score near the "below sample" becomes lower.
// TODO: It's theoretically incorrect, consider it again later.
// cspell:disable-line TODO(Shintaro Sakoda): It's theoretically incorrect, consider it again
// later.
const double r = above - below * 5.0;
return r;
}
Expand Down

0 comments on commit e51a74a

Please sign in to comment.