[Feature]: tensors and vectors #1082
-
Feature RequestIn the era of AI and machine learning, almost all of the math been display using vectors and matrices, im researching on causality theory and very urge to find some better closed form solution for some of my problem, since pysr was the best lib i can find, i very apreciate if you can implement the use of vectors and matrices into it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can work with custom types using the Julia interface: https://ai.damtp.cam.ac.uk/symbolicregression/dev/examples/custom_types. I recommend letting an LLM walk you through translating the relevant pieces of your code to Julia. And then you can access that from Python via |
Beta Was this translation helpful? Give feedback.
You can work with custom types using the Julia interface: https://ai.damtp.cam.ac.uk/symbolicregression/dev/examples/custom_types.
I recommend letting an LLM walk you through translating the relevant pieces of your code to Julia. And then you can access that from Python via
juliacall(which is how PySR talks to its backend)