Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-07-28 | 495 Bytes | |
v0.1.1.tar.gz | 2020-07-28 | 3.7 MB | |
v0.1.1.zip | 2020-07-28 | 3.8 MB | |
Totals: 3 Items | 7.5 MB | 0 |
- Add new Brownian motion classes with faster query speed based on PyTorch C++ API.
- The new Brownian motion classes have the same API as existing ones, so they serve as direct replacements.
- Importing these classes is as simple as
from torchsde.brownian_lib import BrownianPath, BrownianTree
. - The old Brownian motion classes written in pure Python are not yet deprecated, and likely won't be deprecated in the near future.
- Add type hints for functions of the public API.