run_metropolis_hasting(model, initial_state, iterations, no_temperatures = 1, cores = 1, no_flips = 1, max_tmp = 100, verbose = TRUE)
make_mcmc_model
.cores = no_temperatures
.From sampling the likelihood values for each sample from the posterior we can also compute the model likelihood (the probability of the data when integrating over all the model parameters). This gives us a direct way of comparing graphs since the ratio of likelihoods is the Bayes factor between the models. Comparing models using maximum likelihood estimtates is more problematic since usually graphs are not nested models.