new option mh_initialize_from_previous_mcmc
new option mh_initialize_from_previous_mcmc
that allows to pick initial values for a new MCMC from a previous one.
If an additional parameter is estimated, it is initialized using prior_draw
. it has to be set using new estimation options:
-
mh_initialize_from_previous_mcmc
to set the option -
mh_initialize_from_previous_mcmc_directory
: to provide the path to the metropolis folder from which to load parameter values that initialize the new MCMC -
mh_initialize_from_previous_mcmc_model_name
: to provide the name of the model used in the previous estimation (name could be different). Preprocessor should then set the following fields:
options_.mh_initialize_from_previous_mcmc=struct();
options_.mh_initialize_from_previous_mcmc.status=true;
options_.mh_initialize_from_previous_mcmc.directory='~/base_dir/fs2000_slice/metropolis';
options_.mh_initialize_from_previous_mcmc.model_name='fs2000_slice';
WIP since it requires provisions in preprocessor
Edited by Marco Ratto
Merge request reports
Activity
changed milestone to %5.x
- Resolved by Johannes Pfeifer
- Resolved by Johannes Pfeifer
- Resolved by Johannes Pfeifer
assigned to @sebastien
requested review from @JohannesPfeifer
added 1 commit
- b907f86a - reformulate options in terms of DNAME or optionally with full path to prior...
- Resolved by Johannes Pfeifer
- Resolved by Johannes Pfeifer
- Resolved by Johannes Pfeifer
- Resolved by Johannes Pfeifer
mentioned in commit preprocessor@73e07b78
mentioned in commit preprocessor@a2c96a9d
mentioned in commit 306e963e
Please register or sign in to reply