File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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"""
4749function Nested (ndims,
4850 nactive;
You can’t perform that action at this time.
0 commit comments