Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.cpp1930 int64_t total_num_model = in_tree->size(); in testPartitionModel() local
1941 total_num_model += num_pairs; in testPartitionModel()
1943 total_num_model += max(round(i*p), 1.0); in testPartitionModel()
1950 num_threads = min((int64_t)countPhysicalCPUCores(), total_num_model); in testPartitionModel()
2031 … double remain_time = (total_num_model-num_model)*(getRealTime()-start_time)/num_model; in testPartitionModel()
2087 …cout << "Merging models to increase model fit (about " << total_num_model << " total partition sch… in testPartitionModel()
2205 …double remain_time = max(total_num_model-num_model, (int64_t)0)*(getRealTime()-start_time)/num_mod… in testPartitionModel()
2345 … double remain_time = (total_num_model-num_model)*(getRealTime()-start_time)/num_model; in testPartitionModel()