Commit 9da044c
Unbalanced divergence (#170)
* first stab at unbalanced sinkhorn divergence
* fixed point in log domain
* increment version number
* add docstrings for sinkhorn_divergence_unbalanced
* format
* clean emacs tmp files
* clean emacs tmp files
* missing math tag
* missing backslash
* add sinkhorn_divergence_unbalanced to docs
* increase epsilon for gpu sinkhorn tests
* format
* udpate examples/OneDimension
* add StatsPlots deps to examples/OneDimension
* change Julia LTS from 1.0 to 1.6
Co-authored-by: Stephen Zhang <[email protected]>1 parent a82e3fb commit 9da044c
File tree
15 files changed
+381
-160
lines changed- .github/workflows
- docs/src
- examples/OneDimension
- src
- entropic
- test
- entropic
- gpu
15 files changed
+381
-160
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments