We need to find a minimum of functions:
(1+$\sqrt x$)$^2$+$y^2$
Due to the fact that the function has a square root, the optimization algorithm goes into the area of complex numbers. How to make so that to receive decisions only in real numbers?
We need to find a minimum of functions:
(1+$\sqrt x$)$^2$+$y^2$
Due to the fact that the function has a square root, the optimization algorithm goes into the area of complex numbers. How to make so that to receive decisions only in real numbers?
We have a sum of two squares $(1+\sqrt{x})^2+y^2$. This sum is minimal if both terms are minimal. Hence $x = 0$ and $y=0$ will minimize the expression. The function is unbounded from the top. This means that we will not be able to give a maximal value to this equation.