Can SPEA2 algorithm be implemted using matlab optimization toolbox
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2017-7-12
"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-
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Multiobjective Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!