https://github.com/zsteve/tpot
Topological Optimal Transport
https://github.com/zsteve/tpot
Last synced: 4 months ago
JSON representation
Topological Optimal Transport
- Host: GitHub
- URL: https://github.com/zsteve/tpot
- Owner: zsteve
- License: mit
- Created: 2024-03-25T03:08:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T23:34:40.000Z (over 1 year ago)
- Last Synced: 2025-09-11T08:19:18.793Z (9 months ago)
- Language: Jupyter Notebook
- Size: 38.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Topological Optimal Transport
This repository contains Python code and notebooks for reproducing the numerical results from the article
_Topological Optimal Transport for Geometric Cycle Matching_.
Code in this repository depends on the related repository [partitioned_networks](https://github.com/zsteve/partitioned_networks),
which is included as a Git submodule in `tools/partitioned_networks`. To pull this after cloning this repo, run `git submodule update --init`.