No BSD License  

Highlights from
Unconstrained optimization using Powell

image thumbnail
from Unconstrained optimization using Powell by Giovani Tonel
Unconstrained optimization using Powell

powell_run.m
% Testing powell, by using test10 (problem found on Edgar & Himmelblau, 1988)
%
% by Giovani Tonel (giotonel@enq.ufrgs.br)
%
% [xo,Ot,nS]=powell('test10',[-1.2, 1],0,[],[],[],[],[],300)
% 
% xo = 
%   1.0e-018 *
% 
%     0.1599
%    -0.0652
% 
% 
% Ot =  1.2742e-037
% 
% 
% nS = 87

[xo,Ot,nS]=powell('test10',[-1.2, 1],0,[],[],[],[],[],300)

Contact us at files@mathworks.com