Submitted by TobusFire t3_11fil25 in MachineLearning
lmericle t1_jannla8 wrote
The trick with genetic algorithms is you have to tune your approach very specifically to the kinds of things you're modelling. Different animals mate and evolve differently, in the analogical view.
It's not enough to just do the textbook "1D chromosome" approach. You have to design your "chromosome", as well as your "crossover" and "mutation" operators specifically to your problem. In my experience, the crossover implementation is the most important one to focus on.
TobusFire OP t1_janzsj9 wrote
> In my experience, the crossover implementation is the most important one to focus on
I've heard this as well
Viewing a single comment thread. View all comments