Evolutionary.jl
Evolutionary.jl copied to clipboard
SymbolicRegression example results in overly complex expression
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
Maybe maxdepth is no longer respected?
Indeed. I wrote very basic tree mutation & crossover implementations without any constraints. More GP operations are needed.