-
(@v1.7) pkg> add Images
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package IndirectArrays [9b13fd28]:
IndirectArrays [9b13fd28] log:
├─possible versions are:…
-
One of the most useful features for improving the performance of SymbolicRegression.jl, and otherwise debugging it, would be a data recorder. This would log everything that happens in a structured for…
-
I have a suspicion that sometimes processes hang for long-running jobs, as the load decreases over time. Very infrequently, when running with `procs=0`, I will see errors such as `cos` receiving `Inf`…
-
Hello Miles! Thank you for open-sourcing this powerful tool! I am working on including PySR in my own research, and running into some performance bottlenecks.
I found regressing a simple equation (…
-
I ran with the following options
```
using Distributed
nprocs() == 1 && (procs = addprocs(4))
@everywhere using SymbolicRegression
options = SymbolicRegression.Options(
binary_operators=(+, …
-
I ran a long evolution over the weekend and there are individuals with the same id! ...how?
Is it that the way id's are produced has a flaw where they are easily reproduceable? Or is it that when in…
-
It would be nice to allow `y` to be vector valued, essentially as a (parallelised?) shortcut for something like the following:
```python
expressions = []
for index in range(y.shape[-1]):
yi …
-
Whilst calling from PySR a segmentation fault is thrown.
![image](https://user-images.githubusercontent.com/33688385/109066325-d0a49480-76e4-11eb-9dd3-55dee8e000d1.png)
The stack trace points to…
-
Hi, at Julia 1.5.3, I installed the packge as specified on the readme. It says that `EquationSearch` is not defined when I run the example:
```julia
julia> hallOfFame = EquationSearch(X, y, nitera…
-
I'm trying a very simple example on v0.3.3 (julia v1.6 beta1) and it just freezes without using any CPU. If I ctrl-C, I get the error below
```julia
using SymbolicRegression
options = SymbolicRegre…