Closed hdiegoel closed 4 years ago
Merging #40 into development will decrease coverage by
5.94%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## development #40 +/- ##
===============================================
- Coverage 17.78% 11.83% -5.95%
===============================================
Files 746 704 -42
Lines 33121 31496 -1625
===============================================
- Hits 5891 3728 -2163
- Misses 27230 27768 +538
Impacted Files | Coverage Δ | |
---|---|---|
...esiannetworks/@CredalNetwork/computeInferenceBNT.m | 0.00% <0.00%> (ø) |
|
...n/+bayesiannetworks/@CredalNetwork/extremePoints.m | 0.00% <0.00%> (ø) |
|
+opencossan/+optimization/@BFGS/BFGS.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
+opencossan/+optimization/@Bobyqa/Bobyqa.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
+opencossan/+optimization/@Cobyla/Cobyla.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...ncossan/+optimization/@CrossEntropy/CrossEntropy.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...cossan/+optimization/@EvolutionStrategy/mutation.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...ossan/+optimization/@EvolutionStrategy/selection.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...san/+optimization/@Optimizer/initializeOptimizer.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...ptimization/@EvolutionStrategy/EvolutionStrategy.m | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
... and 132 more |
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 b1d8c7e...9cfd6d3. Read the comment docs.
computeInferenceBNT now uses the function extremePoints.m to find the extreme points of the local credal sets when computing inference using linear programming.