Open claforte opened 3 years ago
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
Indeed. I wrote very basic tree mutation & crossover implementations without any constraints. More GP operations are needed.
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