It is impossible to determine more than 4 coefficients in the function #828
Replies: 5 comments
-
Very weird, I’ll take a look. By the way, you should avoid evaluating |
Beta Was this translation helpful? Give feedback.
-
Also, try out #823, should make such searches MUCH more efficient. |
Beta Was this translation helpful? Give feedback.
-
Moved to #829 |
Beta Was this translation helpful? Give feedback.
-
Should be fixed on v1.4.0 of PySR once the backend v1.7.2 is available on the registry (~30 min). |
Beta Was this translation helpful? Give feedback.
-
Everything is working! You've been very helpful! Thanks |
Beta Was this translation helpful? Give feedback.
-
Good day!
I am trying to predict 5 or more coefficients in a polynomial.
For degrees less than 5, this works. But starting with 5 different parameters, an error occurs:
"JuliaError: TaskFailedException
nested task error: BoundsError: attempt to access NTuple{6, Symbol} at index [7]"
I am using the following code:
Can you tell me how this can be fixed? Thank you very much!!!
Beta Was this translation helpful? Give feedback.
All reactions