Replies: 1 comment 5 replies
-
Does it work if you turn parallelism off? i.e., |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with @SoumiKDaS1701 trying to customize PySR to constrain aspects of the generated functions like the asymptotic limit or its derivative at long range. In order to do this, we're trying to call sympy inside of a custom loss function using PythonCall which seems like the inverse of how PySR calls into Julia. Here's our code, which looks similar to this example.
Both of us are new to Julia and the interfacing between Python and Julia so we're having some difficulty getting this to work.
Our immediate issue is getting a segmentation fault which might be related to this issue
We would appreciate some guidance either on this specific issue or more broadly on how we would go about constraining the functions generated by PySR based on analytical properties.
Beta Was this translation helpful? Give feedback.
All reactions