https://github.com/bat/partitionedparallelsampling.jl
Parallel sampling via space partitioning
https://github.com/bat/partitionedparallelsampling.jl
Last synced: 3 months ago
JSON representation
Parallel sampling via space partitioning
- Host: GitHub
- URL: https://github.com/bat/partitionedparallelsampling.jl
- Owner: bat
- License: other
- Created: 2022-05-06T15:09:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T00:58:07.000Z (over 2 years ago)
- Last Synced: 2025-09-04T23:45:21.748Z (10 months ago)
- Language: Julia
- Size: 155 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# PartitionedParallelSampling.jl
[](https://bat.github.io/PartitionedParallelSampling.jl/stable)
[](https://bat.github.io/PartitionedParallelSampling.jl/dev)
[](LICENSE.md)
[](https://github.com/bat/PartitionedParallelSampling.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/bat/PartitionedParallelSampling.jl)
This package provides a sampling algorithm that partitions parameter space into multiple subspaces and samples/integrates them independently ([Caldwell et al.](https://arxiv.org/abs/2008.03098)).
## 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
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
* [Documentation for stable version](https://bat.github.io/PartitionedParallelSampling.jl/stable)
* [Documentation for development version](https://bat.github.io/PartitionedParallelSampling.jl/dev)