Code covered by the BSD License  

Highlights from
INTSOLVER: An interval based solver for Global Optimization

from INTSOLVER: An interval based solver for Global Optimization by Tiago Montanher
Interval based functions to solve small global optimization problems with guaranteed bounds.

eveasom(x)
function y = eveasom(x)
% Name: Easom
% Variables: 2
% Initial Point/ Initial Interval: (1,...,1) / ([-15, 30],...,[-15, 30])
% Reported Solution: (0,...,0)
% Minima: 0
% Matlab Code by A. Hedar (Nov. 23, 2005).

y = -cos(x(1))*cos(x(2))*exp(-(x(1)-pi)^2-(x(2)-pi)^2);
end

Contact us at files@mathworks.com