Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.cpp1918 DoubleVector lhvec; // log-likelihood for each partition in testPartitionModel() local
1965 lhvec.resize(in_tree->size()); in testPartitionModel()
2012 lhsum += (lhvec[i] = best_model.logl); in testPartitionModel()
2185 double lhnew = lhsum - lhvec[cur_pair.part1] - lhvec[cur_pair.part2] + best_model.logl; in testPartitionModel()
2228 lhsum = lhsum - lhvec[opt_pair.part1] - lhvec[opt_pair.part2] + opt_pair.logl; in testPartitionModel()
2237 lhvec[opt_pair.part1] = opt_pair.logl; in testPartitionModel()
2247 lhvec.erase(lhvec.begin() + opt_pair.part2); in testPartitionModel()
2329 lhsum += (lhvec[i] = best_model.logl); in testPartitionModel()