How to make iterative search? #272
-
Hello, https://gist.github.com/DenisSvirin/f3ba66627234908a0edebfd9c78a51d7 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Coincidentally just yesterday I pushed a fix for this exact use case: MilesCranmer/SymbolicRegression.jl#177 Next PySR update will have it, or before then you could change |
Beta Was this translation helpful? Give feedback.
Coincidentally just yesterday I pushed a fix for this exact use case: MilesCranmer/SymbolicRegression.jl#177
Next PySR update will have it, or before then you could change
version.py
to the latest SymbolicRegression.jl version and runpython setup.py install
and thenpysr.install()
.