Closed ismailsenoz closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.82%. Comparing base (
5856bae
) to head (83f6b96
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I made several changes to the PR.
The first test showcases the BoundedNormUpdateRule for Maximum Likelihood Estimation across multiple distributions. This test is particularly noteworthy as it demonstrates that increasing the bound norm can lead to improved results, providing empirical evidence for the effectiveness of this approach.
The other two tests on integration of the Manopt.jl update rules, specifically that it's possible to use Momentum with this option.
Generally, I think it's a good PR, guys. @Nimrais, thanks for the additional tests, they make the intention of the change clear.
For the future, let's strive to have tests that explicitly test the added feature. The first test from 1b0df2b wasn't particularly clear to me.
This small PR makes direction update rule argument to
ProjectionParameters
structures, so that we can manipulate the scale ofBoundedNormUpdateRule
or test with other rules from manopt.