Skip to content

IQ-TREE

高效的最大似然系统发育推断工具,集成了自动模型选择(ModelFinder)和超快自展分析。 该方法在速度和准确性上优于传统 ML 工具,支持数千个分类单元的大规模建树。

PropertyValue
Purpose快速最大似然系统发育推断
Time ComplexityO(n^2 * s)
Space ComplexityO(n * s)
Year2015
CategoryPhylogenetics

Complexity Analysis

  • Time Complexity: O(n^2 * s)
  • Space Complexity: O(n * s)

Performance Insight: The time complexity of this algorithm is polynomial.

Note: Complexity analysis is based on theoretical models. Actual runtime is affected by input scale, hardware, and implementation optimizations. Benchmark for your specific workload.

Literature & Implementation

RAxML-NG · PhyML · FastTree

Tags

maximum-likelihood model-selection ultrafast-bootstrap scalable

Released under the MIT License.