CVX optimization of semidefinite relaxation (SDR) with complex matrix
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I need to optimize the following semidefinite relaxation problem
Here is my code with CVX tool
where N is the size of matrix W. There is an error say "Expressions in objective functions must be real." I don't know how to solve it.
0 comentarios
Respuestas (1)
Shivani Dixit
el 24 de Ag. de 2022
Hello,
From the code provided it seems that you are calculating the traces of a complex valued matrix and then comparing it with some value. To my understanding such an operation is not meaningful since complex comparison is not valid.
If this is the case you need to ensure that the values are real before comparison.
If this is not the case please do let me know the values that your matrix is using to figure out the issue.
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Optimization Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!