Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 26, 2024
1 parent f941eac commit 43f59a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run_cavi(
break
elif (history_elbo[-2] > elbo) and np.abs(elbo - history_elbo[-2]) > 1e-08:
exit_message = "Error: ELBO is decreasing."
#break
break
elif np.abs(elbo - history_elbo[-2]) < convergence_threshold:
converged = True
exit_message = "ELBO converged."
Expand Down

0 comments on commit 43f59a2

Please sign in to comment.