Closed GiggleLiu closed 1 year ago
Merging #57 (3059164) into main (2615430) will increase coverage by
0.65%
. The diff coverage is96.15%
.
@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 81.59% 82.24% +0.65%
==========================================
Files 9 10 +1
Lines 489 507 +18
==========================================
+ Hits 399 417 +18
Misses 90 90
Files Changed | Coverage Δ | |
---|---|---|
src/mar.jl | 94.54% <50.00%> (-0.10%) |
:arrow_down: |
src/Core.jl | 46.29% <100.00%> (ø) |
|
src/TensorInference.jl | 100.00% <100.00%> (ø) |
|
src/generictensornetworks.jl | 100.00% <100.00%> (ø) |
|
src/map.jl | 100.00% <100.00%> (ø) |
mars
is a vector containing vectors of variables. Each inner vector is a set of variables for computing joint marginal probability distribution.
To make it distinct from openvars
, I use mars
rather than marvars
.
GraphProblem
to aTensorNetworkModel
or aMMAPModel
We can solve a set of inference problems on a collection of combinatorial optimization problems now, cheers!