.gitignore
CLAUDE.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/tests.yml
docs/configuration.md
docs/getting-started.md
docs/index.md
docs/api/base-estimator.md
docs/api/deployed-graph.md
docs/api/embeddings.md
docs/api/flow-density.md
docs/api/flow.md
docs/api/gaussian.md
docs/api/graph.md
docs/api/hypercube.md
docs/api/index.md
docs/api/product.md
examples/01_minimal/config.yaml
examples/01_minimal/make_plots.py
examples/01_minimal/data/gen_data.py
examples/01_minimal/data/mock_data.npz
examples/01_minimal/src/model.py
examples/02_bimodal/config_amortized.yaml
examples/02_bimodal/config_regular.yaml
examples/02_bimodal/config_rounds_fill.yaml
examples/02_bimodal/config_rounds_renew.yaml
examples/02_bimodal/plots.ipynb
examples/02_bimodal/data/eps_10dim.npy
examples/02_bimodal/data/shift_10dim.npy
examples/02_bimodal/data/true_z_10dim.npy
examples/02_bimodal/data/x_obs_10dim.npy
examples/02_bimodal/data/x_obs_10dim_zeros.npy
examples/02_bimodal/src/gen_obs.py
examples/02_bimodal/src/model.py
examples/03_composite/config.yaml
examples/03_composite/plot_samples.ipynb
examples/03_composite/data/gen_data.ipynb
examples/03_composite/data/x_obs_F.npy
examples/03_composite/data/x_obs_FA.npy
examples/03_composite/data/x_obs_FAL.npy
examples/03_composite/data/x_obs_FALCON.npy
examples/03_composite/data/x_obs_FALCON_spiral.npy
examples/03_composite/data/x_obs_FALCON_spiral_short.npy
examples/03_composite/results/sampling_progress.gif
examples/03_composite/src/model.py
examples/04_gaussian/config.yaml
examples/04_gaussian/run_example.py
examples/04_gaussian/data/gen_mock_data.py
examples/04_gaussian/data/mock_data.npz
examples/04_gaussian/scripts/adam.py
examples/04_gaussian/scripts/explosion_example.py
examples/04_gaussian/scripts/gaussian_2dim.py
examples/04_gaussian/scripts/gaussian_full_cov.py
examples/04_gaussian/scripts/gaussian_lr.py
examples/04_gaussian/scripts/gaussian_lr2.py
examples/04_gaussian/scripts/gaussian_lr3.py
examples/04_gaussian/scripts/gaussian_lr4.py
examples/04_gaussian/scripts/gaussian_lr5.py
examples/04_gaussian/scripts/gaussian_ndim.py
examples/04_gaussian/scripts/gaussian_test.py
examples/04_gaussian/src/model.py
examples/05_linear_regression/config.yaml
examples/05_linear_regression/plot_posterior.py
examples/05_linear_regression/run_example.py
examples/05_linear_regression/standalone.py
examples/05_linear_regression/data/gen_mock_data.py
examples/05_linear_regression/data/mock_data.npz
examples/05_linear_regression/src/model.py
falcon/__init__.py
falcon/cli.py
falcon/interactive.py
falcon/monitor.py
falcon/core/__init__.py
falcon/core/base_estimator.py
falcon/core/deployed_graph.py
falcon/core/graph.py
falcon/core/local_logger.py
falcon/core/logger.py
falcon/core/monitor_bridge.py
falcon/core/raystore.py
falcon/core/run_loader.py
falcon/core/run_name.py
falcon/core/run_reader.py
falcon/core/samples_reader.py
falcon/core/utils.py
falcon/core/wandb_logger.py
falcon/embeddings/__init__.py
falcon/embeddings/builder.py
falcon/embeddings/norms.py
falcon/embeddings/svd.py
falcon/estimators/__init__.py
falcon/estimators/base.py
falcon/estimators/embedded_posterior.py
falcon/estimators/flow.py
falcon/estimators/flow_density.py
falcon/estimators/gaussian.py
falcon/estimators/networks.py
falcon/priors/__init__.py
falcon/priors/hypercube.py
falcon/priors/product.py
falcon_sbi.egg-info/PKG-INFO
falcon_sbi.egg-info/SOURCES.txt
falcon_sbi.egg-info/dependency_links.txt
falcon_sbi.egg-info/entry_points.txt
falcon_sbi.egg-info/requires.txt
falcon_sbi.egg-info/top_level.txt
plans/EMBEDDING_NOTES.md
plans/EXPLOSION_NOTES.md
plans/GRAPH_EXAMPLES.md
plans/LOGGING_PLAN.md
plans/MINIMAL_PLAN.md
plans/PLAN.md
plans/PLAN_CACHED_DATALOADER.md
plans/PLAN_NO_HYDRA.md
plans/PLAN_REFACTOR.md
plans/PLAN_TESTS.md
plans/PLAN_TUI.md
plans/POTENTIAL_PLANS.md
plans/plan.md
tests/__init__.py
tests/test_batch.py
tests/test_examples_smoke.py
tests/test_run_reader.py
tests/test_samples_reader.py