Comment by bob1029
Comment by bob1029 2 days ago
> Where does the genome, genetic representation, you are evolving come from
The instruction set of the program that is being searched for.
This is probably the best publicly available summary of the idea I am pursuing:
A program is composed of arbitrarily many instructions of your set. How are you accounting for this; trying every possible program length? And you are considering the simpler case where the search space is discrete, unlike the continuous spaces in most machine learning problems.
I think you need to think this through some more. You may see there is a reason nobody uses genetic algorithms for real world tasks.