What exactly does mutationadaptfeasible do in genetic algorithm?
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Eric Zhang
le 4 Juil 2016
Réponse apportée : Tsai Han Hao
le 19 Mar 2024
I am using MATLAB to optimize an objective function with genetic algorithm. Because I have a lower bound for the variable, I am using mutationadaptfeasible to do mutations. The website explains mutationadaptfeasible: "The mutation chooses a direction and step length that satisfies bounds and linear constraints."
Unfortunately, this is a little handwavy to me. Could someone kindly explain what exactly mutationadaptfeasible does? I tried Google, but it seems that there are only similar questions left unanswered .
0 commentaires
Réponse acceptée
Walter Roberson
le 4 Juil 2016
You can read the source.
dbtype(which('mutationadaptfeasible'))
5 commentaires
Plus de réponses (1)
Tsai Han Hao
le 19 Mar 2024
I think for the adaptive mutation algorithm, you can refer to Chapter4: Representation, Mutation, and Recombination in Introduction to Evolutionary Computing
Here' the link below:
0 commentaires
Voir également
Catégories
En savoir plus sur Genetic Algorithm dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!