Open
Description
In header include/sampling.hpp
the sampling functions do not handle the burn in phase efficiently.
They store the points of burn in phase and then they delete them.
RandomPointGenerator::apply(P, p, c, a, eta, nburns, walk_len, randPoints, push_back_policy, rng); randPoints.clear();
We need a new function to perform the burn in phase efficiently.