ericphanson / UnbalancedOptimalTransport.jl

Sinkhorn divergences for measures of unequal mass
Other
14 stars 1 forks source link

initial code for handling signed optimal transport measures #8

Open ericphanson opened 3 years ago

ericphanson commented 3 years ago

using def. 16 of http://arxiv.org/abs/1910.05105, with help from the nice slides at http://www.cosmostat.org/wp-content/uploads/2019/02/Toby_cosmosclub.pdf

codecov-io commented 3 years ago

Codecov Report

Merging #8 (4a58198) into master (5cb23d3) will decrease coverage by 12.79%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #8       +/-   ##
===========================================
- Coverage   99.21%   86.41%   -12.80%     
===========================================
  Files           5        5               
  Lines         128      162       +34     
===========================================
+ Hits          127      140       +13     
- Misses          1       22       +21     
Impacted Files Coverage Δ
src/UnbalancedOptimalTransport.jl 38.23% <0.00%> (-61.77%) :arrow_down:
src/utilities.jl 100.00% <0.00%> (ø)
src/divergences.jl 100.00% <0.00%> (ø)
src/optimized_methods.jl 100.00% <0.00%> (ø)
src/sinkhorn.jl 98.38% <0.00%> (+0.08%) :arrow_up:

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 5cb23d3...4a58198. Read the comment docs.