For the nonlinear optimization problem in two variables, say, x and y, how to check, if the function is smooth or not and is it medium scale or large scale problem. Should I use 'fmincon' solver (in MATLAB) as there is one linear constraint and bounds on the variables? I need global optima and for a convex function, local optima is same as global optima. But I am not sure about how to check convexity of my function?
My problem is Min f (x, y) where x < y and x, y > 0