Here, f(x) = sqrt(x)(1+e^(-x)), and f’(x) >= 0. But f(x) is non-convex and non-concave. How to transform this constraint approximately and solve it by CVX?
How to solve the constraint "sqrt(x)(1+e^(-x)) >=c", where x >= 0,and c is a constant parameter
The LHS needs to be concave, but is neither concave nor convex.
2nd derivative at x = 2 is negative. 2nd derivative at x= 2.5 is positive.
Thanks for your kind reply. I understand that this constraint is non-convex and non-concave, so it needs another transformation trick to solve it.
if f(x) is monotonically increasing, then fx>=c can just be x>=d, you need to find the constant d.