GWKokab_example / numpyro_cfg.json
IamMuhammadZeeshan's picture
updated code format: h5 posteriors and reports
ca3d92c
Raw
History Blame Contribute Delete
670 Bytes
{
"sampler_name": "numpyro",
"kernel": {
"step_size": 1.0,
"inverse_mass_matrix": null,
"adapt_step_size": true,
"adapt_mass_matrix": true,
"dense_mass": false,
"target_accept_prob": 0.8,
"max_tree_depth": [12,8],
"find_heuristic_step_size": true,
"forward_mode_differentiation": false,
"regularize_mass_matrix": true
},
"mcmc": {
"num_warmup": 5000,
"num_samples": 10000,
"thinning": 1,
"num_chains": 10,
"chain_method": "parallel",
"progress_bar": true,
"progress_rate": null,
"jit_model_args": true
}
}