CVX で SCS ソルバーを使用して SDP 問題を解決すると、次のメッセージが表示されます。
SCS deprecation warning: The 'f' field in the cone struct
has been replaced by 'z' to better reflect the Zero cone.
Please replace usage of 'f' with 'z'. If both 'f' and 'z'
are set then we sum the two fields to get the final zero
cone size.
出力ステータスは「失敗」です。これが何を意味するのかわかりません。
しかし、SDPT3 や SeDuMi などの他のソルバーを試すと、それらはすべてうまく機能し、この問題を解決します。
以前にこの問題に遭遇した人はいますか? 任意の提案やアイデアをいただければ幸いです。ありがとう!