Example 1

Lets find the global minimum of the following function:

f(x,y,z) = x**2 + y**2 + z**2

The answer is obviously (0, 0, 0), but lets see what emoo finds:


example1.py


output