-
@MilesCranmer Thank you very much for your code which are very helpful.
I am trying to debug the code using the test_fast_cycle.jl.
There is no problem when I directly run the code.
However, i…
wenpw updated
11 months ago
-
I have done a fresh installation on windows (with pip) and I am running the basic example provided in the Introduction. I am getting a JULIA error. Thanks in advance for any help!
**Version:**
- J…
-
Hey all,
Not sure what this issue is, and was wondering if you could help me out. Some of my CI tests for SymbolicRegression.jl started failing, and looks to be a simplification error occurring dur…
-
### What happened?
I am working on an **invertible symbolic regression** task using `SymPy` in Julia. The goal is to obtain a symbolic expression that can be accurately expressed in each of the used …
-
### What happened?
When using the cluster manager on pbs the code breaks. It seems to fail to activate the workers due to wrong qsub flags.
### Version
0.14.1
### Operating System
Linux
### Pac…
-
the demo in the README doesn't work with the pip version
```
sr = SymbolicRegression(ngen=100, pop_size=100, stop_time=60)
TypeError: __init__() got an unexpected keyword argument 'stop_time'
```
-
It should be possible to alias the full paths to modules as generated by autodocs. The general reason is that this gives more flexibility for packge authors to display their public interface as they s…
-
### What happened?
It seems like when letting PySR run forever after a while it gets an OOM error after a while, but only when using a large dataset. I can watch it steadily grow memory.
I used th…
-
It would be great if SymbolicRegression.jl supported differential operators.
To implement this with minimal changes, you could have a single operator for each variable. For example, `unary_operator…
-
I've boiled down a reproducer below, I can try to simplify it more, but this is as far as I've gotten.
##### julia 1.10
`dot: 0.311097 seconds (2.51 M allocations: 157.250 MiB, 10.19% gc time, 99.98%…