Replies: 1 comment 3 replies
-
Not yet, unfortunately. You could always write a custom evaluation routine in a passed loss function, but it will be difficult. Maybe if it is just a single FFT in a fixed position of the expression it wouldn't be so bad to add. The way this will eventually be added (for very flexible expressions) is by allowing non-scalar equations. You can see at the bottom of the README on https://github.com/SymbolicML/DynamicExpressions.jl/, the backbone of SymbolicRegression.jl can already handle these sorts of things. It's just it needs to be set up for the rest of the code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you implement an operator that works on a series of values instead of just a single scalar, such as the fft?
Beta Was this translation helpful? Give feedback.
All reactions