Home
last modified time | relevance | path

Searched refs:n_round_max (Results 1 – 4 of 4) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dspr.h71 void Spr_Pars(int threshold, int n_round_max, t_tree *tree);
H A Doptimiz.h31 void Round_Optimize(t_tree *tree, int n_round_max);
H A Dspr.c1792 void Spr_Pars(int threshold, int n_round_max, t_tree *tree) in Spr_Pars() argument
1810 …->n_improvements && fabs((phydbl)(tree->c_pars - curr_pars)) > threshold && round++ < n_round_max); in Spr_Pars()
H A Doptimiz.c671 void Round_Optimize(t_tree *tree, int n_round_max) in Round_Optimize() argument
682 while(n_round < n_round_max) in Round_Optimize()
684 …od->s_opt->opt_bl || tree->mod->s_opt->constrained_br_len) Optimize_Br_Len_Serie(n_round_max,tree); in Round_Optimize()