blackjax-devs / blackjax

BlackJAX is a Bayesian Inference library designed for ease of use, speed and modularity.
https://blackjax-devs.github.io/blackjax/
Apache License 2.0
806 stars 105 forks source link

Implements the Schrödinger-Föllmer algorithm. #602

Closed AdrienCorenflos closed 10 months ago

AdrienCorenflos commented 10 months ago

See this:

https://github.com/blackjax-devs/blackjax/issues/601

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3845635) 99.14% compared to head (ab7868e) 99.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #602 +/- ## ========================================== + Coverage 99.14% 99.16% +0.02% ========================================== Files 51 52 +1 Lines 2329 2395 +66 ========================================== + Hits 2309 2375 +66 Misses 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AdrienCorenflos commented 10 months ago

I dont know about this algorithm so I will just assume Adrian you know what you are doing haha

Good luck