Skip to content
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

SymbolicRegression example results in overly complex expression #78

Open
claforte opened this issue Jan 17, 2021 · 1 comment
Open

SymbolicRegression example results in overly complex expression #78

claforte opened this issue Jan 17, 2021 · 1 comment

Comments

@claforte
Copy link

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

image

@wildart
Copy link
Owner

wildart commented Jan 17, 2021

Maybe maxdepth is no longer respected?

Indeed. I wrote very basic tree mutation & crossover implementations without any constraints. More GP operations are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants