Skip to content

PyTorch implementation of the path integral sampler.

License

Notifications You must be signed in to change notification settings

adam-coogan/pathint-torch

Repository files navigation

pathint_torch

docs

pathint_torch is a PyTorch implementation of the path integral sampler, a method based on the Schrödinger bridge problem for sampling from (unnormalized) probability densities. Behind the scenes it relies on torchsde to solve stochastic differential equations.

Check out the docs for more details, or try out the scripts applying the method to some low-dimensional problems (runnable on a laptop).

Installation

Running

git clone git@github.com:adam-coogan/pathint-torch.git
cd pathint-torch
pip install .

will install the pathint_torch package.

About

PyTorch implementation of the path integral sampler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published