Why does my fitness functions give me just a Pareto Set of 7 when the population is 20?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Luis Ignacio Ruiz
le 16 Août 2016
Modifié(e) : Alan Weiss
le 16 Août 2016
Hi, I managed to get a Pareto set in every iteration of my genetic algorithm but for some reason it only gives me 7 out of 20 individuals in the Paretos set. Is it ok to give less or it could be something wrong with the fitness function?
Thank you beforehand
0 commentaires
Réponse acceptée
Alan Weiss
le 16 Août 2016
All that means is that of the 20 members of your population, only 7 were on the Pareto front. If you want more members on the front, use a larger population.
Alan Weiss
MATLAB mathematical toolbox documentation
2 commentaires
Alan Weiss
le 16 Août 2016
Modifié(e) : Alan Weiss
le 16 Août 2016
It means that the others were not on the Pareto front. If you don't understand how this can happen, read about how the genetic algorithm works to see that, as a population-based algorithm, not all members of a population are optimal, or even close to optimal.
Or maybe you are unsure about what a Pareto front is; if so, it is the set of noninferior solutions at the bottom of the linked page.
Alan Weiss
MATLAB mathematical toolbox documentation
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Multiobjective Optimization 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!