/PartitionedParallelSampling.jl

Parallel sampling via space partitioning

Primary LanguageJuliaOtherNOASSERTION

PartitionedParallelSampling.jl

Documentation for stable version Documentation for development version License Build Status Codecov

This package provides a sampling algorithm that partitions parameter space into multiple subspaces and samples/integrates them independently (Caldwell et al.).

Installation

PartitionedParallelSampling.jl it not a registered Julia package yet and currently requires BAT.jl v3.0.0-DEV and AHMI.jl (not registered yet).

To install PartitionedParallelSampling, use

julia> using Pkg
julia> pkg"add BAT#main"
julia> pkg"add https://github.com/bat/AHMI.jl.git"
julia> pkg"add https://github.com/bat/PartitionedParallelSampling.jl.git"

Documentation