Can anyone please suggest me how I can solve this non-linear optimation? Thanks.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Please see the attached image. Note that Pi is known for all i and we need to estimate xi.
2 Comments
Cedric
on 14 Jun 2014
You didn't attach the image; once you have chosen the file, you still have to click on [ Attache File] in the lower right corner.
Answers (1)
Alan Weiss
on 16 Jun 2014
0 votes
This is a binary integer programming problem. Checking the optimization decision table, you should use the intlinprog function.
You need to encode your constraints as matrices. See the documentation on linear inequality constraints.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!