Filter löschen
Filter löschen

Random Walk Matrix Optimisation

1 Ansicht (letzte 30 Tage)
Stefan Cutajar
Stefan Cutajar am 23 Jul. 2015
Kommentiert: Torsten am 23 Jul. 2015
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.

Akzeptierte Antwort

Torsten
Torsten am 23 Jul. 2015
help fmincon
Best wishes
Torsten.
  2 Kommentare
Stefan Cutajar
Stefan Cutajar am 23 Jul. 2015
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 am 23 Jul. 2015
You will have to break everything down to the level of the matrix entries (which are scalars).
Best wishes
Torsten.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by