A parabola is a curved line with particular characteristics. Any point on the curve is the same distance from a fixed point and a fixed straight line. The result looks like half of an ellipse or the ...
In this example, we will use Optunity in R to maximize a very simple function, namely a two-dimensional parabola. More specifically, the objective function is f(x, y) = -x^2 - y^2. In this simple ...