API
Modules
Types and constants
Functions and macros
Documentation
UltraNest.UltraNest — Module
UltraNestJulia wrapper for Python nested sampling package UltraNest.
UltraNest.ultranest — Constant
const ultranestThe Python ultranest module.
Example:
using UltraNest
smplr = ultranest.ReactiveNestedSampler(paramnames, my_likelihood, kwargs...)
result = smplr.run()See the UltraNest Python documentation regarding usage.