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.

evfg13(x)
function y = evfg13(x)
  
  y = exp(x(1)*x(2)*x(3)*x(4)*x(5));
end

Contact us at files@mathworks.com