astrodeepnet / sbi_experiments

Simulation Based Inference experiments
MIT License
3 stars 3 forks source link

Add code needed for basic test distributions in a differentiable way (e.g two moons, roll) #8

Closed EiffL closed 2 years ago

EiffL commented 2 years ago

This is issue is to discuss which distributions we want to implement and to setup a basic package. I'll be working on it on this branch basic_infra.

EiffL commented 2 years ago

One thing that I noticed when adding the swiss roll distribution is that we have been using in the past with @b-remy a version that had some stochasticity, as it was based on a sampling from the underlying scipy distribution. Not great....