|
|
# Dynesty
|
|
|
|
|
|
## Run 1
|
|
|
|
|
|
Using this kwargs argument for `dynesty`
|
|
|
|
|
|
```
|
|
|
{'bound': 'multi', 'sample': 'rwalk', 'verbose': True, 'check_point_delta_t': 600, 'nlive': 1024, 'first_update': None, 'npdim': None, 'rstate': None, 'queue_size': None, 'pool': None, 'use_pool': None, 'live_points': None, 'logl_args': None, 'logl_kwargs': None, 'ptform_args': None, 'ptform_kwargs': None, 'enlarge': None, 'bootstrap': None, 'vol_dec': 0.5, 'vol_check': 2.0, 'facc': 0.5, 'slices': 5, 'walks': 60, 'update_interval': 614, 'print_func': <bound method Dynesty._print_func of <bilby.core.sampler.dynesty.Dynesty object at 0x2aec680cfef0>>, 'dlogz': 0.1, 'maxiter': None, 'maxcall': None, 'logl_max': inf, 'add_live': True, 'print_progress': True, 'save_bounds': True}
|
|
|
{'bound': 'multi', 'sample': 'rwalk', 'verbose': True, 'check_point_delta_t': 600,
|
|
|
'nlive': 1024, 'first_update': None, 'npdim': None, 'rstate': None, 'queue_size': None,
|
|
|
'pool': None, 'use_pool': None, 'live_points': None, 'logl_args': None,
|
|
|
'logl_kwargs': None, 'ptform_args': None, 'ptform_kwargs': None, 'enlarge': None,
|
|
|
'bootstrap': None, 'vol_dec': 0.5, 'vol_check': 2.0, 'facc': 0.5, 'slices': 5, 'walks': 60,
|
|
|
'update_interval': 614, 'print_func': <bound method Dynesty._print_func of <bilby.core.sampler.dynesty.Dynesty object at 0x2aec680cfef0>>,
|
|
|
'dlogz': 0.1, 'maxiter': None, 'maxcall': None, 'logl_max': inf, 'add_live': True,
|
|
|
'print_progress': True, 'save_bounds': True}
|
|
|
```
|
|
|
|
|
|
Produced this PP plot:
|
|
|
|
|
|

|
|
|
|
|
|
## Run 2 |
|
|
\ No newline at end of file |