We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/SymbolicRegression.ipynb
In section 1.3.1 Linear, the solution found is much more complex than your example. It goes on for pages. ;-) (screenshot below)
1.3.1 Linear
Maybe maxdepth is no longer respected?
maxdepth
Thank you!
Christian
The text was updated successfully, but these errors were encountered:
Indeed. I wrote very basic tree mutation & crossover implementations without any constraints. More GP operations are needed.
Sorry, something went wrong.
No branches or pull requests
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/SymbolicRegression.ipynb
In section
1.3.1 Linear
, the solution found is much more complex than your example. It goes on for pages. ;-) (screenshot below)Maybe
maxdepth
is no longer respected?Thank you!
Christian
The text was updated successfully, but these errors were encountered: