Can SPEA2 algorithm be implemted using matlab optimization toolbox
4 views (last 30 days)
Show older comments
I am trying to use evolutionary algorithm, strength pareto evolutionary Algorithm (SPEA-II), I was curious if its operation have some inbuilt support in matlab optimization toolbox.
[Merged from duplicate]
I trying to figure out which algorithms are built in GA and multi-objective GA in optimization toolbox. I feel its inbuilt features like applying constraints etc can help newbie like me to easily implement research problem. I have to solve my multi-objective research problem using strength pareto evolutionary algorithm (SPEA2). Please advise if SPEA2 operations support is available built in Matlab optimization toolbox?
0 Comments
Accepted Answer
Walter Roberson
on 12 Jul 2017
"gamultiobj uses a controlled, elitist genetic algorithm (a variant of NSGA-II "
SPEA2 is not built-in. See https://www.mathworks.com/matlabcentral/fileexchange/52871-strength-pareto-evolutionary-algorithm-2--spea2-
1 Comment
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!