ReactiveBayes / ExponentialFamilyProjection.jl

A library to project an arbitrary function to an exponential family member distribution with the manifold optimization
MIT License
9 stars 0 forks source link

Add debug support #6

Closed Nimrais closed 4 months ago

Nimrais commented 4 months ago

This PR enhances the functionality of project_to method by using the debugging option from Manopt.jl's gradient_descent!.

This deluging option is quite nice to use for research. For example when tests fail.

codecov[bot] commented 4 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

Nimrais commented 4 months ago

It's all great, but I'm not sure why do we need to add Printf as a dependency? It shouldn't be required for this to work, right?

Yeah, you are right, thanks.