FXTY

Results 3 issues of FXTY

Θ(nk+nlg(n/k)) =Θ(nk+nlgn−nlgk) =Θ(nlgn+nlgn−nlg(lgn)) =Θ(2nlgn−nlg(lgn)) =Θ(nlgn). Why is the penultimate line of the equation equal to the last line of the equation, should it be approximately equal here? This error seems...

Although pandas is necessary for pykan, it is not installed after runing pip install -r requirements.txt.

我重新运行了一下这个文件中的代码,最后在执行 '''python formula = model.symbolic_formula()[0][0] ex_round(formula,6) ''' 结果只输出了一个0,这是发生了什么