Hi, I’m wondering if there is a way to express log(x/(1-x)) for 0<x<1 in cvx. Thanks a lot
Express log(x/(1-x)) in cvx
That is concave for 0 <= x <= 1/2, and convex for x>= 1/2.
Please carefully (re)read the link you were previously provided.
My bad. Actually, my constraint is like 1/(1+exp(-x))>=y, which I believe to be convex. Is there a way to express it in cvx? Thanks