heal-research / operon

C++ Large Scale Genetic Programming
https://operongp.readthedocs.io
MIT License
144 stars 26 forks source link

Add option to disable evolution / optimization of variable coefficients (fix coefficients to one) #16

Closed gkronber closed 1 year ago

gkronber commented 3 years ago

It would be nice to have an option which fixes the coefficients for variables to 1.0.

1) This would lead to node counts which are compatible to other GP systems (operon counts variable nodes with coefficients as a single one node.) 2) It could help to find correct solutions for the "symbolic test cases" in srbench.

foolnotion commented 3 years ago

TODO

Further thoughts

foolnotion commented 1 year ago

Marking this issue as done: