Replies: 1 comment
-
|
Thanks for the report. I think there is actually a missing implementation here. Basically, Will try to fix soon. If you need this soon, I'd welcome a PR (but no pressure!). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with @SoumiKDaS1701 and we're running into an issue with operator types when working on our own custom loss function. We're a bit confused about how to properly use safe_pow (and analogous types) when converting to and from SymbolicRegression.jl's node type.
How would we write the power function properly to use the types that SymbolicRegression.jl is expecting?
Here's a code snippet from our custom loss function, simplified a bit for clarity.
Here's the error we're getting at the above point in the code:
Beta Was this translation helpful? Give feedback.
All reactions