OptimalTransport.jl icon indicating copy to clipboard operation
OptimalTransport.jl copied to clipboard

Optimal transport algorithms for Julia

Results 24 OptimalTransport.jl issues
Sort by recently updated
recently updated
newest added

This pull request sets the compat entry for the `StatsPlots` package to `0.15` for package OneDimension. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `StatsPlots` package from `0.14` to `0.14, 0.15` for package OneDimension. This keeps the compat entries for earlier versions. Note: I have...

This pull request changes the compat entry for the `MLDatasets` package from `0.5` to `0.5, 0.7` for package nmf. This keeps the compat entries for earlier versions. Note: I have...

Is it possible to add [Geometric Optimal Transport](http://conformalgeometry.org/lectures/2021/OT/), which was developed by Lei Na, Gu Xianfeng, and Shingtung Yau (邱成桐), into this library? It has application in [Geometric Deep Learning](https://www.sciencedirect.com/science/article/pii/S2095809919302279)

This pull request changes the compat entry for the `MLDatasets` package from `0.5` to `0.5, 0.6` for package nmf. This keeps the compat entries for earlier versions. Note: I have...

The semi-smooth Newton algorithm of [Lorenz et al. 2019] can be specialised to the case of symmetric inputs, much like the approach already used for symmetric Sinkhorn algorithm in the...

This PR is related to #151 . I've implemented the Greenkhorn algorithm which is a greedy version of the Sinkhorn algorithm. The method I've implemented is actually the one in...

Thx for the great package, I have just been toying with it. I noticed there are some newer near-linear time sinkhorn-based algorithms (Greenkhorn and screenkhorn) that are available in POT....

Sorry if this is not the right place to ask this kind of questions. I am looking for an algorithm that has the following characteristics (see below). Is there any...