Calculating derivatives within PySR #314
-
Hi, When running SymbolicRegression.jl, I can set enable_autodiff=True and the computation of derivatives will work. However, when using eval_diff_tree_array from PySR, I get the following error: RuntimeError: <PyCall.jlwrap (in a Julia function called from Python) Is there any of doing it from the PySR? I can't find any way of introducing this option. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hm, I think this is a bug. Let me move this to the issues. Moved to #315 Edit: fixed on PySR v0.12.2. |
Beta Was this translation helpful? Give feedback.
Hm, I think this is a bug. Let me move this to the issues.
Moved to #315
Edit: fixed on PySR v0.12.2.