Skip to content

RAxML-NG

新一代最大似然系统发育推断工具,在前代 RAxML 基础上大幅提升计算速度与并行效率。 支持超快自展分析和自动模型选择,适合处理包含数万条序列的大规模系统发育数据集。

PropertyValue
Purpose下一代高性能最大似然系统发育推断
Time ComplexityO(n^2 * s * r)
Space ComplexityO(n * s)
Year2019
CategoryPhylogenetics

Complexity Analysis

  • Time Complexity: O(n^2 * s * r)
  • 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 · IQ-TREE · PhyML

Tags

maximum-likelihood scalable ultrafast-bootstrap model-selection

Released under the MIT License.