-
Description:
When using the "sub" operator and the "plus" and "mult" operators together, an out of bounds error occurs. Not sure why or how these are related but the smallest error causing code I …
-
It would be very convenient if user defined/provided constants (pi, e, omega, sqrt(2) ...) would be supported.
How difficult it would be to add this feature?
-
I think it would be great to precompile some parts of SymbolicRegression.jl to reduce the startup time of PySR. I think this could help startup time quite significantly.
Tutorial: https://julialang…
-
readthedocs has been frustrating to build docs on - right now it's completely broken and not updating, and there isn't even an error message so I have no idea how to debug it. I also don't like how I …
-
Is it possible to switch from Float to UInt8 numbers ? I`m new in Julia.
I would like to have SymbolicRegression.jl work in discrete numbers and then be able to use binary operators.
-
tl;dr, delete `~/.julia/registries/General` and then run the following commands in Julia:
```julia
ENV["JULIA_PKG_SERVER"] = ""
import Pkg
Pkg.update()
```
---
(original post)
FYI I push…
-
Here is the speed of SymbolicRegression.jl in evaluating a single expression with 48 nodes, over development history since v0.5.0:
```
v0.5.0 11.709 μs (58 allocations: 18.64 KiB)
v0.5.1 11.6…
-
**Describe the bug**
I have been trying the example given in the introduction section. Equations were printed after the command `model.fit(X, y)`. However, I am facing the relatively simple issue of …
-
As discussed in #62 with @lacava (and discussed a bit in #24 by others last year), I think a wall clock time benchmark would be a really nice complement to comparing over a fixed number of evaluations…
-
I have installed pysr-0.6.12.post1 and I have been try to run the example.py but after solve some previous closed bug reports a FileNotFoundError occurs. I'm using Windows 10 and Python 3.7 the versio…