Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: ceff mode is faster but less accurate #113

Open
wants to merge 1 commit into
base: 2.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sphinx-documentation/nested.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ General sampling options
- :code:`nlive | n_live_points (400)` : number of points used in every iteration.
- :code:`IS | importance_nested_sampling (True)` : whether to use Importance Nested Samplin (see `arXiv:1306.2144 <http://arxiv.org/abs/1306.2144>`__).
- :code:`efr | sampling_efficiency (0.8)` : defines the sampling efficiency (see 'Use cases' below).
- :code:`ceff | const_efficiency_mode (True)` : constant efficiency mode -- slower, but more accurate evidence estimation.
- :code:`ceff | const_efficiency_mode (True)` : constant efficiency mode -- faster, but less accurate evidence estimation.
- :code:`seed | seed (-1)`: seed of the random number generator (if negative, uses system clock).
- :code:`logZero | log_zero (-1e90)` : if the log-likelihood of a sample is smaller than this value, the sample is ignored.
- :code:`updInt | n_iter_before_update (100)` : number of iteration after which the output files are updated.
Expand Down