mackelab / delfi

Density estimation likelihood-free inference. No longer actively developed see https://github.com/mackelab/sbi instead
http://www.mackelab.org/delfi
Other
71 stars 28 forks source link

add summary stats feedback to MPGenerator. #23

Closed janfb closed 5 years ago

janfb commented 6 years ago

the MP generator class does not check the validity of the summary stats. I added a loop over stats after the simulations are done by the workers. the actual feedback method can be implemented by the inheriting classes of the simulators.

I need that to check the summary stats in the channel simulations.