Submitted by TobusFire t3_11fil25 in MachineLearning
visarga t1_jalh1r1 wrote
Reply to comment by Dendriform1491 in [D] Are Genetic Algorithms Dead? by TobusFire
You don't always need a population of neural networks, it could be a population of prompts or even a population of problem solutions.
If you're using GA to solve specific coding problems, then there is one paper where they use LLM to generate diffs for code. The LLM was the mutation operator, and they even fine-tune it iteratively.
Viewing a single comment thread. View all comments