Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional API for applying transition matrix #121

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Functional API for applying transition matrix #121

merged 3 commits into from
Nov 15, 2024

Conversation

gdalle
Copy link
Owner

@gdalle gdalle commented Nov 15, 2024

  • Implement a function predict_previous_state! mirroring predict_next_state!. Users can theoretically override both instead of transition_matrix and have a functional forward/backward (Viterbi is still unsolved).
  • Comment out Enzyme test in docs due to latest release

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.27%. Comparing base (a370596) to head (e1a35af).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
+ Coverage   95.22%   95.27%   +0.04%     
==========================================
  Files          18       18              
  Lines         503      508       +5     
==========================================
+ Hits          479      484       +5     
  Misses         24       24              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdalle gdalle merged commit 67343ac into main Nov 15, 2024
8 checks passed
@gdalle gdalle deleted the gd/mul branch November 15, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant