Skip to content

Commit b897fed

Browse files
authored
Update staticsampler.jl
1 parent 4d33e0f commit b897fed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/staticsampler.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ The original nested sampling algorithm is roughly equivalent to using `Bounds.El
4141
* `Proposals.RWalk` and `Proposals.RStagger` - `0.15 * walks`
4242
* `Proposals.Slice` - `0.9 * ndims * slices`
4343
* `Proposals.RSlice` - `2 * slices`
44-
* `min_ncall` - The minimum number of iterations before trying to fit the first bound
45-
* `min_eff` - The maximum efficiency before trying to fit the first bound
44+
* `min_ncall`: The minimum number of iterations before fitting the first bound; used to
45+
avoid shrinking the bounds before burn-in is completed. By default 2*`nactive`.
46+
* `min_eff`: Minimum efficiency `(samples accepted / samples generated)` before fitting the
47+
first bound; used to avoid shrinking the bounds before burn-in is completed By default 0.1.
4648
"""
4749
function Nested(ndims,
4850
nactive;

0 commit comments

Comments
 (0)