API

Modules

Types and constants

Functions and macros

    Documentation

    UltraNest.ultranestConstant
    const ultranest

    The Python ultranest module.

    Example:

    using UltraNest
    smplr = ultranest.ReactiveNestedSampler(paramnames, my_likelihood, kwargs...)
    result = smplr.run()

    See the the UltraNest Python documentation regarding usage.

    !!! note
    
    Convention for matrices holding multiple parameter vectors (resp.
    multiple samples): In UltraNest.jl, using Julia's column-major array
    indexing, parameter vectors are stored as rows (not columns) in the
    matrices.
    source