-
When trying to use Enzyme as the autodiff backend for SymbolicRegression searches I ran into this error:
```
nested task error: task switch not allowed from inside staged nor pure functions
`…
-
### What happened?
All the details can be found here:
https://discourse.julialang.org/t/symbolicregression-jl-freezing-my-terminal-when-running-report/119368/2
In summary, when using SymbolicRegr…
-
### What happened?
```julia
function loss_fnc(tree, dataset::Dataset{T,L}, options, idx) where {T,L}
# Extract data for the given indices
X = idx === nothing ? dataset.X : view(dat…
-
Also mentioned on [Discourse](https://discourse.julialang.org/t/a-curious-bug-in-vs-code-symbolic-regression/119100). As discussed there, I am not sure whether this is an issue with VSCode itself, the…
-
### What happened?
I ran the following code (almost exactly copy-pasted from different sections of the README):
```julia
using SymbolicRegression, SymbolicUtils
X = randn(2, 100)
y = 2 * cos.…
-
I'm getting the bug
```julia
Unreachable reached at 0x7bcccafee4dd
signal (4): Illegal instruction
```
According to discourse, this deserved a bug report.
I get this when running Julia 1…
-
I recently introduced a state saving feature in SymbolicRegression >=0.6.19. This lets you resume from previous searches which is useful for quick tweaks of hyperparameters for long-running searches.
…
-
# Crash report
### What happened?
This is a segfault I am seeing on Python 3.12, when trying to use the Python and Julia runtimes simultaneously via the PyJulia package.
It seems like when th…
-
First, thanks for building and sharing such an exciting and promising package!
I tried your SymbolicRegression example: https://github.com/wildart/Evolutionary.jl/blob/master/examples/SymbolicRegre…
-
For some reason it seems like the line https://github.com/MilesCranmer/SymbolicRegression.jl/blob/c5ed5d0b902e6a00946326a63cb85a0eec590694/src/SymbolicRegression.jl#L889 is **always returning true**.
…