uot-bench

uot.problems

Problem classes, generators, and storage utilities.

See Writing a custom Problem for a guide on subclassing.

Base classes

::: uot.problems.base_problem.Problem options: show_root_heading: true show_source: false

::: uot.problems.problem_generator.Generator options: show_root_heading: true show_source: false

Concrete problem types

::: uot.problems.two_marginal.TwoMarginalProblem options: show_root_heading: true show_source: false

::: uot.problems.barycenter_problem.BarycenterProblem options: show_root_heading: true show_source: false

::: uot.problems.multi_marginal.MultiMarginalProblem options: show_root_heading: true show_source: false

Input dataclasses

::: uot.problems.base_problem.SolverInputs options: show_root_heading: true show_source: false

::: uot.problems.base_problem.PointCloudInputs options: show_root_heading: true show_source: false

::: uot.problems.base_problem.GridInputs options: show_root_heading: true show_source: false