Skip to content

parallelization for mirrored KL

Reimar H Leike requested to merge parallizing_mirrored_samples into NIFTy_5

The KL with mirror_samples=True can now be parallelized by another factor of 2. Threads will reuse drawn samples to mirror them if possible.

Merge request reports