Home
last modified time | relevance | path

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

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Ddate.c1061 PhyML_Fprintf(fp_stats,"%G\t",tree->mcmc->acc_rate[tree->mcmc->num_move_clock_r]); in DATE_MCMC()
1062 PhyML_Fprintf(fp_stats,"%G\t",tree->mcmc->tune_move[tree->mcmc->num_move_clock_r]); in DATE_MCMC()
H A Dmcmc.c283 move_num = tree->mcmc->num_move_clock_r; in MCMC_Clock_R()
2242 …12.6f[%5.0f]",RATES_Average_Substitution_Rate(tree),tree->mcmc->ess[tree->mcmc->num_move_clock_r]); in MCMC_Print_Param_Stdin()
5922 mcmc->num_move_clock_r = mcmc->n_moves; mcmc->n_moves += 1; in MCMC_Complete_MCMC()
6006 strcpy(mcmc->move_name[mcmc->num_move_clock_r],"clock"); in MCMC_Complete_MCMC()
6069 mcmc->move_type[mcmc->num_move_clock_r] = MCMC_MOVE_SCALE_THORNE; in MCMC_Complete_MCMC()
6146 mcmc->move_weight[mcmc->num_move_clock_r] = 1.0; in MCMC_Complete_MCMC()
6279 …mcmc->sampled_val[mcmc->num_move_clock_r*mcmc->sample_size+mcmc->sample_num] = tree->rates->cl… in MCMC_Copy_To_New_Param_Val()
H A Dutilities.h1697 int num_move_clock_r; member