Where do I get the theory for the multiobjective genetic algorithm and hybrid function fgoalattain?
1 view (last 30 days)
Show older comments
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.
Accepted Answer
Alan Weiss
on 30 May 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 Comments
More Answers (0)
See Also
Categories
Find more on Multiobjective Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!