APEMoST
|
#include "mcmc.h"
Go to the source code of this file.
Defines | |
#define | RANDOMSWAP |
Functions | |
void | tempering_interaction (mcmc **chains, unsigned int n_beta, unsigned long iter) |
#define RANDOMSWAP |
this shouldn't make any difference at the moment ...
void tempering_interaction | ( | mcmc ** | chains, |
unsigned int | n_beta, | ||
unsigned long | iter | ||
) |
does swapping chains and other mixes.
chains | |
iter | number of iterations that passed. Is a multiple of n_swap. |
n_beta | size of chains |
References inc_swapcount(), parallel_tempering_decide_swap_now(), and parallel_tempering_decide_swap_random().
Referenced by run_sampler().