This repository contains the code for the paper Stochastic Optimization in Semi-Discrete Optimal Transport: Convergence Analysis and Minimax Rate, submitted to NeurIPS 2025.

To reproduce our experiments, you can recreate the exact environment using Conda, by running:

conda env create -f environment.yml
conda activate StochasticSDOT
