Add a mean-log-likelihood method to improve the ACT estimation
All threads resolved!
All threads resolved!
Compare changes
+ 35
− 25
@@ -146,7 +146,7 @@ class Ptemcee(MCMCSampler):
@@ -475,7 +475,6 @@ class Ptemcee(MCMCSampler):
@@ -599,7 +598,7 @@ class Ptemcee(MCMCSampler):
@@ -615,9 +614,8 @@ def get_min_iteration_to_check(iteration, mean_log_likelihood, frac=0.01, discar
@@ -659,22 +657,11 @@ def check_iteration(
@@ -693,7 +680,7 @@ def check_iteration(
@@ -758,13 +745,16 @@ def check_iteration(
@@ -835,6 +825,24 @@ def print_progress(
@@ -955,6 +963,8 @@ def plot_mean_log_likelihood(mean_log_likelihood, outdir, label):