HEmile / storchastic

Stochastic Automatic Differentiation library for PyTorch.
GNU General Public License v3.0
180 stars 5 forks source link

Abstract sampling procedures #69

Closed HEmile closed 4 years ago

HEmile commented 4 years ago

We should abstract sampling procedures so that they are no longer part of a Method's inheritance tree, but rather as a separate object to plug and play. This would make it easier to combine various estimators with various sampling methods, whether biased or not.

Example applications:

HEmile commented 4 years ago

Closed with #72