mcmc_autocorr_plots
MCMC auto-correlation
Module |
Description
Fields
burn_inpercent [0, 1] to burn of the number of samples.functionalthe currently supported functionals are size and graph score.thinningtells the module to only considering every graph at a given interval length.activeshould be set to false to deactivate.lagsthe maximum number of lags afterthinning.
This module plots the auto-correlation of a functional of the graphs in a MCMC trajectory.
Fig. 63 Auto-correlation of the scores in trajectory of order MCMC
Fig. 64 Auto-correlation of the scores in trajectory of order MCMC for differnt algorithm seeds and parameter settings.
Note
Bug fix: For this to run, the mcmc_traj_plots module should also be present in the evaluation section. E.g. mcmc_traj_plots=[].
Example
[
{
"id": "omcmc_itsample-bge",
"burn_in": 0.5,
"thinning": 1,
"lags": 50,
"functional": [
"score",
"size"
],
"active": true
}
]