LICENSE
README.md
pyproject.toml
setup.py
./jaxns/__init__.py
./jaxns/plotting.py
./jaxns/public.py
./jaxns/utils.py
./jaxns/warnings.py
./jaxns.egg-info/PKG-INFO
./jaxns.egg-info/SOURCES.txt
./jaxns.egg-info/dependency_links.txt
./jaxns.egg-info/requires.txt
./jaxns.egg-info/top_level.txt
./jaxns/experimental/__init__.py
./jaxns/experimental/evidence_maximisation.py
./jaxns/experimental/global_optimisation.py
./jaxns/experimental/public.py
./jaxns/experimental/tests/__init__.py
./jaxns/experimental/tests/performance_tests.py
./jaxns/experimental/tests/test_evidence_maximisation.py
./jaxns/experimental/tests/test_global_optimisation.py
./jaxns/framework/__init__.py
./jaxns/framework/abc.py
./jaxns/framework/bases.py
./jaxns/framework/context.py
./jaxns/framework/jaxify.py
./jaxns/framework/model.py
./jaxns/framework/ops.py
./jaxns/framework/prior.py
./jaxns/framework/special_priors.py
./jaxns/framework/wrapped_tfp_distribution.py
./jaxns/framework/tests/__init__.py
./jaxns/framework/tests/test_context.py
./jaxns/framework/tests/test_jaxify.py
./jaxns/framework/tests/test_model.py
./jaxns/framework/tests/test_prior.py
./jaxns/internals/__init__.py
./jaxns/internals/constraint_bijections.py
./jaxns/internals/cumulative_ops.py
./jaxns/internals/interp_utils.py
./jaxns/internals/linalg.py
./jaxns/internals/log_semiring.py
./jaxns/internals/logging.py
./jaxns/internals/maps.py
./jaxns/internals/mixed_precision.py
./jaxns/internals/namedtuple_utils.py
./jaxns/internals/prefix_sum.py
./jaxns/internals/random.py
./jaxns/internals/shapes.py
./jaxns/internals/shrinkage_statistics.py
./jaxns/internals/stats.py
./jaxns/internals/tree_structure.py
./jaxns/internals/types.py
./jaxns/internals/tests/__init__.py
./jaxns/internals/tests/test_constraint_bijections.py
./jaxns/internals/tests/test_cumulative_ops.py
./jaxns/internals/tests/test_interp_utils.py
./jaxns/internals/tests/test_linalg.py
./jaxns/internals/tests/test_log_semiring.py
./jaxns/internals/tests/test_maps.py
./jaxns/internals/tests/test_namedtuple_utils.py
./jaxns/internals/tests/test_prefix_sum.py
./jaxns/internals/tests/test_random.py
./jaxns/internals/tests/test_shapes.py
./jaxns/internals/tests/test_shrink_statistics.py
./jaxns/internals/tests/test_stats.py
./jaxns/internals/tests/test_tree_structure.py
./jaxns/internals/tests/test_types.py
./jaxns/nested_samplers/__init__.py
./jaxns/nested_samplers/abc.py
./jaxns/nested_samplers/common/__init__.py
./jaxns/nested_samplers/common/initialisation.py
./jaxns/nested_samplers/common/termination.py
./jaxns/nested_samplers/common/types.py
./jaxns/nested_samplers/common/uniform_sample.py
./jaxns/nested_samplers/sharded/__init__.py
./jaxns/nested_samplers/sharded/sharded_static.py
./jaxns/nested_samplers/sharded/tests/__init__.py
./jaxns/nested_samplers/sharded/tests/test_sharded_static.py
./jaxns/samplers/__init__.py
./jaxns/samplers/abc.py
./jaxns/samplers/bases.py
./jaxns/samplers/multi_ellipsoidal_samplers.py
./jaxns/samplers/multi_slice_sampler.py
./jaxns/samplers/uni_slice_sampler.py
./jaxns/samplers/uniform_samplers.py
./jaxns/samplers/multi_ellipsoid/__init__.py
./jaxns/samplers/multi_ellipsoid/em_gmm.py
./jaxns/samplers/multi_ellipsoid/multi_ellipsoid_utils.py
./jaxns/samplers/multi_ellipsoid/tests/__init__.py
./jaxns/samplers/multi_ellipsoid/tests/test_em_gmm.py
./jaxns/samplers/multi_ellipsoid/tests/test_multi_ellipsoid.py
./jaxns/tests/__init__.py
./jaxns/tests/conftest.py
./jaxns/tests/test_nested_sampler.py
./jaxns/tests/test_utils.py
jaxns/__init__.py
jaxns/plotting.py
jaxns/public.py
jaxns/utils.py
jaxns/warnings.py
jaxns.egg-info/PKG-INFO
jaxns.egg-info/SOURCES.txt
jaxns.egg-info/dependency_links.txt
jaxns.egg-info/requires.txt
jaxns.egg-info/top_level.txt
jaxns/experimental/__init__.py
jaxns/experimental/evidence_maximisation.py
jaxns/experimental/global_optimisation.py
jaxns/experimental/public.py
jaxns/experimental/tests/__init__.py
jaxns/experimental/tests/test_evidence_maximisation.py
jaxns/experimental/tests/test_global_optimisation.py
jaxns/framework/__init__.py
jaxns/framework/abc.py
jaxns/framework/bases.py
jaxns/framework/context.py
jaxns/framework/jaxify.py
jaxns/framework/model.py
jaxns/framework/ops.py
jaxns/framework/prior.py
jaxns/framework/special_priors.py
jaxns/framework/wrapped_tfp_distribution.py
jaxns/framework/tests/__init__.py
jaxns/framework/tests/test_context.py
jaxns/framework/tests/test_jaxify.py
jaxns/framework/tests/test_model.py
jaxns/framework/tests/test_prior.py
jaxns/internals/__init__.py
jaxns/internals/constraint_bijections.py
jaxns/internals/cumulative_ops.py
jaxns/internals/interp_utils.py
jaxns/internals/linalg.py
jaxns/internals/log_semiring.py
jaxns/internals/logging.py
jaxns/internals/maps.py
jaxns/internals/mixed_precision.py
jaxns/internals/namedtuple_utils.py
jaxns/internals/prefix_sum.py
jaxns/internals/random.py
jaxns/internals/shapes.py
jaxns/internals/shrinkage_statistics.py
jaxns/internals/stats.py
jaxns/internals/tree_structure.py
jaxns/internals/types.py
jaxns/internals/tests/__init__.py
jaxns/internals/tests/test_constraint_bijections.py
jaxns/internals/tests/test_cumulative_ops.py
jaxns/internals/tests/test_interp_utils.py
jaxns/internals/tests/test_linalg.py
jaxns/internals/tests/test_log_semiring.py
jaxns/internals/tests/test_maps.py
jaxns/internals/tests/test_namedtuple_utils.py
jaxns/internals/tests/test_prefix_sum.py
jaxns/internals/tests/test_random.py
jaxns/internals/tests/test_shapes.py
jaxns/internals/tests/test_shrink_statistics.py
jaxns/internals/tests/test_stats.py
jaxns/internals/tests/test_tree_structure.py
jaxns/internals/tests/test_types.py
jaxns/nested_samplers/__init__.py
jaxns/nested_samplers/abc.py
jaxns/nested_samplers/common/__init__.py
jaxns/nested_samplers/common/initialisation.py
jaxns/nested_samplers/common/termination.py
jaxns/nested_samplers/common/types.py
jaxns/nested_samplers/common/uniform_sample.py
jaxns/nested_samplers/sharded/__init__.py
jaxns/nested_samplers/sharded/sharded_static.py
jaxns/nested_samplers/sharded/tests/__init__.py
jaxns/nested_samplers/sharded/tests/test_sharded_static.py
jaxns/samplers/__init__.py
jaxns/samplers/abc.py
jaxns/samplers/bases.py
jaxns/samplers/multi_ellipsoidal_samplers.py
jaxns/samplers/multi_slice_sampler.py
jaxns/samplers/uni_slice_sampler.py
jaxns/samplers/uniform_samplers.py
jaxns/samplers/multi_ellipsoid/__init__.py
jaxns/samplers/multi_ellipsoid/em_gmm.py
jaxns/samplers/multi_ellipsoid/multi_ellipsoid_utils.py
jaxns/samplers/multi_ellipsoid/tests/__init__.py
jaxns/samplers/multi_ellipsoid/tests/test_em_gmm.py
jaxns/samplers/multi_ellipsoid/tests/test_multi_ellipsoid.py
jaxns/tests/__init__.py
jaxns/tests/conftest.py
jaxns/tests/test_nested_sampler.py
jaxns/tests/test_utils.py