필터 지우기
필터 지우기

Random Walk Matrix Optimisation

조회 수: 4 (최근 30일)
Stefan Cutajar
Stefan Cutajar 2015년 7월 23일
댓글: Torsten 2015년 7월 23일
Does any one know how to perform a random walk method of optimization with matrices in MATLAB?
I have an initial matrix Q, an eigenvalue matrix L and an eigen vector V such that R=VLV'. From these I need to solve the following problem:
minimize : |Q-R| (wrt to L) such that 1. Tr(L)=a (a some constant) 2. Det(L)>0 3. R (which is VLV') is Positive semidefinite (or eig®>=0)
If anyone has any clue how I can go about solving this please let me know.
Thanks, Stefan.

채택된 답변

Torsten
Torsten 2015년 7월 23일
help fmincon
Best wishes
Torsten.
  댓글 수: 2
Stefan Cutajar
Stefan Cutajar 2015년 7월 23일
Thanks Torsten for your reply.
I have been trying to figure out how to apply fmincon to matrix optimisation but it doesn't seem to be feasible could you please elaborate how I could insert matrices as variables, constraints etc?
Torsten
Torsten 2015년 7월 23일
You will have to break everything down to the level of the matrix entries (which are scalars).
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by