|
thanks lofberg,
I have checked the optimal objective. They are the same.
I think this is another proof that YALMIP is an excellent optimization modelling language.
Actually, I am a beginner to the filed of optimization. I am not familiar with optimization.
So, in the code, I just written the constraints the same as that in the paper which I have pasted. The paper is written by some body else . I just want to study his idea.
Actually, I know just a little constraints expression such as LMI and second order cone constraints.
I think Sedumi or YAMLMIP can support some other constraints. So is there any documents on the topic of constraints that YALMIP support for some solver?
BTW, if I want to try the complex version of the optimization problem with YALMIP. What I need to do is just modify the variable clarification section as :
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
variable_1 = sdpvar(n,n,'full','complex');
variable_2 = sdpvar(n,n,'full','complex');
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Without any modifications in other places. Is that right?
lofberg, can you recommend me some introduction materials about optimization?
Thanks in advance!
|