How to use cond operator? #912
-
Hi, I try to use 'cond' operator, but I keep receiving the error: I'm using the following configuration in PySRRegressor:
I've also tried to add 'cond' as a custom operator, but with the same outcome. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It could be an issue of your custom operator overwriting the internal one. Try restarting. It’s defined here: https://github.com/MilesCranmer/SymbolicRegression.jl/blob/b0cf4efda8deef80976b757b233a3c64e5d5b592/src/Operators.jl#L113 |
Beta Was this translation helpful? Give feedback.
It could be an issue of your custom operator overwriting the internal one. Try restarting.
It’s defined here: https://github.com/MilesCranmer/SymbolicRegression.jl/blob/b0cf4efda8deef80976b757b233a3c64e5d5b592/src/Operators.jl#L113