-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program synthesis/graph expressions #271
Conversation
[Diff since v0.22.5](v0.22.5...v0.23.0) **Merged pull requests:** - Automatically set heap size hint on workers (#270) (@MilesCranmer) **Closed issues:** - How do I set up a basis function consisting of three different inputs x, y, z? (#268)
Benchmark Results
Benchmark PlotsA plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR. |
98787a6
to
f3ed53b
Compare
This reverts commit 60f92c6.
Did a git bisect on the illegal instruction error that comes up from the deterministic test. It started on 3a33882. Reported in JuliaLang/julia#53761 |
fdc3640
to
d19f15b
Compare
The function |
This is a working implementation of program synthesis in SymbolicRegression.jl via the use of nodes that are shared between multiple parents.
Moving these TODOs to later:
Try other settings for
Optim.options
:f_calls_limit
inOptim.options
, rather than justiterations
.