Mutation function with integer variables GA
Mostra commenti meno recenti
Hi, I'm trying to use ga function. But I'm having trouble because i can't change parameter in the mutation function (gets override if i change something) Does Someone know any trick to deal with it? Best regards,
Risposta accettata
Più risposte (2)
Benjamin Mac-Clure
il 26 Giu 2013
0 voti
Ian Bortolotti Gomes
il 23 Ago 2018
Modificato: Ian Bortolotti Gomes
il 23 Ago 2018
0 voti
Hello,
I am running an optimization problem with integer variables to which I know there are better global minimums than what the ga function is finding. I have already changed the generations and stall stopping criteria, but in every run, the algorithm finds different local minimum, gets stuck with it neglects the other possible minimums. I watch the best individual plot while it is running and can see this happening.
My guess is that mutations aren't happening often enough.
Is there any way to solve this? Is this just the case to increase even more the generations and stall stopping criteria?
Regards, Ian
Categorie
Scopri di più su Genetic Algorithm in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!