Skip to content
Snippets Groups Projects
Commit f5efc36b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

adjust demo

parent 2f338d20
Branches
Tags
No related merge requests found
...@@ -81,7 +81,8 @@ if __name__ == '__main__': ...@@ -81,7 +81,8 @@ if __name__ == '__main__':
samples = [H.curvature.draw_sample(from_inverse=True) samples = [H.curvature.draw_sample(from_inverse=True)
for _ in range(N_samples)] for _ in range(N_samples)]
KL = ift.SampledKullbachLeiblerDivergence(H, samples, ic_cg) KL = ift.SampledKullbachLeiblerDivergence(H, samples)
KL = KL.makeInvertible(ic_cg)
KL, convergence = minimizer(KL) KL, convergence = minimizer(KL)
position = KL.position position = KL.position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment