DCM-UPB / MCIntegratorPlusPlus

C++ library for Monte Carlo numerical integrations
Other
1 stars 1 forks source link

Allow fixed blocking for observables #14

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Currently every observable of every step during a sampling run is stored until the end and then afterwards an automatic blocking technique is used for the best error estimate. If the number of observables and steps is large though, this result in huge memory requirements.

To solve this:

Ithanil commented 6 years ago

13