dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.93k stars 1.86k forks source link

support for "autoconstructive evolution" & Genetic Programming (GP) #2456

Open arkenidar opened 5 years ago

arkenidar commented 5 years ago

what about support for these?:

https://en.wikipedia.org/wiki/Autoconstructive_evolution

In the "autoconstructive evolution" approach to meta-genetic programming, the methods for the production and variation of offspring are encoded within the evolving programs themselves, and programs are executed to produce new programs to be added to the population.[45][46] https://en.wikipedia.org/wiki/Genetic_programming#Meta-genetic_programming

thanks

antoniovs1029 commented 4 years ago

Hi @arkenidar . Currently there are no plans to support Autoconstructive evolution and Genetic Programming.