mcmc_to_xml_run_nested_sampling: Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Description
Converts an MCMC object to the run section's XML for a Nested-Sampling MCMC
Usage
mcmc_to_xml_run_nested_sampling(mcmc)
Value
the XML as text
Arguments
mcmc
one MCMC.
Use create_mcmc to create an MCMC.
Use create_ns_mcmc to create an MCMC
for a Nested Sampling run.
Use check_mcmc to check if an MCMC is valid.
Use rename_mcmc_filenames to rename the filenames in an MCMC.