Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Add support for sum-product with temperature #104

Merged
merged 5 commits into from
Dec 12, 2021

Conversation

StannisZhou
Copy link
Contributor

Resolves #17

@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2021

Codecov Report

Merging #104 (6d1ac51) into master (d8f80b8) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #104   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          633       640    +7     
=========================================
+ Hits           633       640    +7     
Impacted Files Coverage Δ
pgmax/bp/infer.py 100.00% <100.00%> (ø)
pgmax/fg/graph.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8f80b8...6d1ac51. Read the comment docs.

Copy link
Contributor

@NishanthJKumar NishanthJKumar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great work, and good to know this is a pretty simple change for some important functionality!

@StannisZhou StannisZhou merged commit edeb74b into vicariousinc:master Dec 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support sum-product with different temperatures, in addition to max-product
3 participants