- #1
Tilfani
- 12
- 0
Homework Statement
I would like to solve a multiobjective optimization problem with NSGA II using matlab. The code can be found here https://www.mathworks.com/matlabcen...a-ii-a-multi-objective-optimization-algorithm
I'm looking for a help to implement my objective functions in this code.
The variable is w, while c, b and are known array vector. And Rm is a scalar
Sigma is (n,n) matrix with n=30
Homework Equations
Max R = w'c + w'bRm
Min S = w'Sigmaw
s/t sum(w) = 1 and all elements of w are ranging between -1 and 1.
The Attempt at a Solution
I request use the code in the link to solve the above objective function