Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.54 KB

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