MATLAB: Can SPEA2 algorithm be implemted using matlab optimization toolbox

evolutionary algorithmsoptimizationspea2

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?

Best Answer