Source code for gensbi
"""
GenSBI: A library for Simulation-Based Inference (SBI) using Optimal Transport Flow Matching and Diffusion models in JAX.
Provides tools for probabilistic modeling, simulation, and training of generative models, including:
- Flow Matching techniques
- Diffusion models (EDM, score matching)
- Transformer-based models (Flux1, Simformer)
See the documentation for details and usage examples.
"""
# coverage report:
# diffusion: 100%
# flow_matching: 100%
# recipes: 97%
# models: 87%
# utils: 100%