PySR
PySR copied to clipboard
High-Performance Symbolic Regression in Python and Julia
Similar to #156, as you suggested @MilesCranmer
`update=False` should be set to a new default: `update=None`, and updates should only be performed if the internet is connected.
**Describe the bug** I tried several times: first I with the same python version but used julia version 1.7.3 and 1.7.1 the error was like this: FileNotFoundError: Julia is not...
I have been thinking about this my idea, might sound stupid: I have a circuit (called randles circuit), whose impedance is defined by the function: ``` def randles(p, f): s...
**Describe the bug** A clear and concise description of what the bug is. Can't install Did ```bash conda install -c conda-forge pysr python -c 'import pysr; pysr.install()' ``` got ```...
Since the PySR backend now has fast autodiff set up, it seems like the obvious next step is to set up PySR to solve 1D integrals via genetic algorithms. I...
**Is your feature request related to a problem? Please describe.** Let's say I have derived an analytic solution dependent on some parameters, while taking the others in -> 0 limit...
**Is your feature request related to a problem? Please describe.** I'd like to use a bessel function as a custom binary operator with PySR. It seems that I need to...
First off, thanks for a really great package! I'm definitely a fan of this for many reasons, but a nice transparent package to suggest an interpretable model instead of a...
Rather than requiring a user to set up `extra_sympy_mappings` whenever they define a custom operator, I think the expressions should be evaluated directly in Julia, without needing to convert them....