Open oscardssmith opened 3 years ago
Attached is a profile of the 60 second one. It seems like most of the time is in poly_eval
. Is there a reason to not replace it's use with evalpoly
? It seems like it might just be a worse version. Am I missing something?
remez.jlprof.zip
I have been trying to find some rational approximations, but I am running into cases where
ratfn_minimax
is not halting in a reasonable amount of time.As a reduced example, computing a pade approximation with a quintic numerator and denominator only takes .8 seconds, but with 6th degree coefficients, it takes almost a minute.
For my real use-case, I want an 8,8 approximation. Is there any specific reason why this should get so much slower as you ask for a higher degree approximation?