I am trying to minimize the following objective function obj(x) = 1 - x*T where x is a 1 dimensional variable and T is a matrix. I have two constraints :
1) x should be positive : x>0
2) The objective function should be positive : 1-x*T>0 so x should be smaller than the minimum of all the matrix inverse values x < min(1/T).
I am not really familiar with Matlab optimization tools and I don't know which Matlab optimization function is adequate for this problem. Would you please give me some recommendations and advice.
Thank you!
5 Comments
Matt J (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/327762-minimization-problem-with-multiple-constraints#comment_433508
chayma chaabani (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/327762-minimization-problem-with-multiple-constraints#comment_433651
Torsten (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/327762-minimization-problem-with-multiple-constraints#comment_433657
chayma chaabani (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/327762-minimization-problem-with-multiple-constraints#comment_433692
Matt J (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/327762-minimization-problem-with-multiple-constraints#comment_433745
Sign in to comment.