JohannesBuchner / PyMultiNest

Pythonic Bayesian inference and visualization for the MultiNest Nested Sampling Algorithm and PyCuba's cubature algorithms.
http://johannesbuchner.github.io/PyMultiNest/
Other
194 stars 88 forks source link

Getting the total number of likelihood evaluations #246

Closed Joshuaalbert closed 8 months ago

Joshuaalbert commented 8 months ago

How can I fetch the total number of likelihood evaluations?

Joshuaalbert commented 8 months ago

I guess easiest way is to increment in the likelihood function some global variable. Will close this.

JohannesBuchner commented 8 months ago

in the results dict, it is in 'ncall'