Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习在 MATLAB 上使用 CVX 并遇到这个问题,为什么会出现以下约束:凸函数 <= 凹函数是有效的 CVX 约束?
基本上是因为如果 f 是凹的,那么 -f 是凸的。所以说我们有:
f(x) <= g(x) with f convex, and g concave
那么这意味着
f(x)-g(x) <= 0 f-g is convex