代码搜索:Optimization
找到约 10,000 项符合「Optimization」的源代码
代码结果 10,000
www.eeworm.com/read/185152/9054866
m status.m
Comments on test results
------------------------
These functions were tested by running MATLAB 4.2c with
1) the MATLAB Optimization Toolbox (on a 486 PC)
2) the shareware UMSOLVE package deve
www.eeworm.com/read/381005/9116533
m rastrigin.m
% Rastrigin.m
% Rastrigin function
%
% used to test optimization/global minimization problems
%
% f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2);
%
% x = N element row vector containing [x0, x1, .
www.eeworm.com/read/380715/9133939
m unc_n2_goldstein.m
function [f]=unc_n2_goldstein(x)
%reference:
%note that you can get the formulation of unc_n2_goldstein from some
%aritcles,such as
%(1)LS Zhang, CK Ng, D Li, WW Tian 'A New Filled Function Metho