Home
last modified time | relevance | path

Searched refs:num_move_phyrex_scale_times (Results 1 – 3 of 3) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmcmc.c5959 mcmc->num_move_phyrex_scale_times = mcmc->n_moves; mcmc->n_moves += 1; in MCMC_Complete_MCMC()
6043 strcpy(mcmc->move_name[mcmc->num_move_phyrex_scale_times],"phyrex_scale_times"); in MCMC_Complete_MCMC()
6096 mcmc->move_type[mcmc->num_move_phyrex_scale_times] = MCMC_MOVE_SCALE_THORNE; in MCMC_Complete_MCMC()
6195 mcmc->move_weight[mcmc->num_move_phyrex_scale_times] = 2.0; in MCMC_Complete_MCMC()
6225 mcmc->move_weight[mcmc->num_move_phyrex_scale_times] = 0.0; in MCMC_Complete_MCMC()
7138 K = tree->mcmc->tune_move[tree->mcmc->num_move_phyrex_scale_times]; in MCMC_PHYREX_Scale_Times()
7140 tree->mcmc->run_move[tree->mcmc->num_move_phyrex_scale_times]++; in MCMC_PHYREX_Scale_Times()
7198 tree->mcmc->acc_move[tree->mcmc->num_move_phyrex_scale_times]++; in MCMC_PHYREX_Scale_Times()
H A Dutilities.h1735 int num_move_phyrex_scale_times; member
H A Dphyrex.c912 … PhyML_Fprintf(fp_stats,"%g\t",tree->mcmc->acc_rate[tree->mcmc->num_move_phyrex_scale_times]); in PHYREX_MCMC()