Where do I get the theory for the multiobjective genetic algorithm and hybrid function fgoalattain?
17 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have solved the multiobjective optimization problem using gamultiobj in optimization tool box. I used fgoalattain as a hybrid function. But I want detail theory for multiobjective genetic algorithm and fgoalattain hybrid function which is used in MATLAB.
Réponse acceptée
Alan Weiss
le 30 Mai 2017
The theory behind the goal attainment algorithm is here. The theory behind gamultiobj is here, and the differences from ga syntax are spelled out here. The bibliography is here.
One thing that is not completely clear in the preceding descriptions is that gamultiobj attempts to have points as widely spread as possible, so that it takes in the whole Pareto front. This is the point of the distance measure.
Alan Weiss
MATLAB mathematical toolbox documentation
0 commentaires
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!