use generators over samples
Closed this issue · 0 comments
rmnldwg commented
Instead of complicated custom enumerators inside functions that compute likelihoods, prevalences and risks, I could simply implement them as generators. In this way, I could set up progress bars and what not outside the function generating these values.