We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d65b3 commit 7aec7d6Copy full SHA for 7aec7d6
1 file changed
py/dynesty/sampler.py
@@ -1256,12 +1256,6 @@ def run_nested(self,
1256
Iteration will stop when the sampled ln(likelihood) exceeds the
1257
threshold set by `logl_max`. Default is no bound (`np.inf`).
1258
1259
- n_effective: int, optional
1260
- Minimum number of effective posterior samples. If the estimated
1261
- "effective sample size" (ESS) exceeds this number,
1262
- sampling will terminate. Default is no ESS (`np.inf`).
1263
- This option is deprecated and will be removed in a future release.
1264
-
1265
add_live : bool, optional
1266
Whether or not to add the remaining set of live points to
1267
the list of samples at the end of each run. Default is `True`.
0 commit comments