# test input file for graph_sampler
# convergence checking script, incremental mode (requires the chains).
# =========================================================================

convergence_check = incremental_w_chain;

start_at_iter = 1;  # start computing convergence at that iteration, included

end_at_iter = 1000; # optional, read up to that iteration, included

# names of the binary chain files:
file_names = array {"xa_results_mcmc.bin", "xb_results_mcmc.bin",
                    "xc_results_mcmc.bin"};

# End.



