JohannesBuchner / UltraNest

Fit and compare complex models reliably and rapidly. Advanced nested sampling.
https://johannesbuchner.github.io/UltraNest/
Other
143 stars 30 forks source link

how could i stop the runing program when i thought the result achieve my expectations. #35

Closed senmaaa closed 3 years ago

senmaaa commented 3 years ago

Description

I want to stop the running program ,for that the results displaying is achieve my expectation。I hope to stop program and save the result as it was convergence without running program code again.

What I Did

图片

JohannesBuchner commented 3 years ago

You can ctrl-c to stop, and points.hdf5 will contain the sampled points so far.

It seems that your likelihood is not flat yet at this point, or perhaps there are numerical issues because the number is so large (1e13) that small changes (+-0.1) cannot be seen. So perhaps you can define your loglikelihood so that the largest values are near zero.