DCM-UPB / MCIntegratorPlusPlus

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

Allow fixed number of findMRT2step/decorrelation steps #15

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Currently the MRT2step adjustment and decorrelation is handled automatically, which leads to a variable amount of non-sampling steps before actual sampling occurs. This is not critically problematic in single thread use, but very undesirable in parallel use.

To solve this:

Ithanil commented 6 years ago

13