Bootstrap.jl icon indicating copy to clipboard operation
Bootstrap.jl copied to clipboard

Parallel bootstrapping

Open rofinn opened this issue 6 years ago • 2 comments

It'd be nice if there was a bootstrap method (or pbootstrap function) that supported distributing the for-loop over multiple cores.

rofinn avatar Dec 03 '18 22:12 rofinn

Yes, I agree that would be nice to have. I had that idea of parallelising the bootstrapping on my mind for quite a while, but both going through pmap or a parallel loop didn't seem to be a good fit. Maybe it's time to reevaluate this - I'm open for any good ideas.

juliangehring avatar Dec 03 '18 22:12 juliangehring

Any luck or news on this? I can definitely add my +1 because some of our fits take minutes and doing 1000 of them is rough if it cannot be distributed.

Boxylmer avatar Apr 20 '22 19:04 Boxylmer