代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/185152/9054890
m objfcn.m
% objfcn function
% ---------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function f=objfcn(n,m,x,nprob)
% It is an interface function which calls the func
www.eeworm.com/read/185152/9054981
m dsobjf.m
function f=dsobjf(x)
% Usage:
% f=dsobjf(x)
% Calculates the objective function value
% at a point for Shell Dual Problem
global A B C D E
x=x(:); f=2*D'*x(1:5).^3 + (C*x(1:5))'*x(1:5)
www.eeworm.com/read/184067/9123660
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/377494/9274594
m xfminbnd.m
function xFminbnd
% 单变量最优化--函数fminbnd()的简单应用示例
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Re
www.eeworm.com/read/376425/9317756
m xfminbnd.m
function xFminbnd
% 单变量最优化--函数fminbnd()的简单应用示例
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Re
www.eeworm.com/read/362855/9978685
texi objc.texi
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
@c 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying cond
www.eeworm.com/read/166306/10024468
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/360770/10079060
m e681.m
%------------------------------------------------------------------
% Example 6.8.1: Simulated Annealing
%------------------------------------------------------------------
clc
clear
gl
www.eeworm.com/read/360770/10079220
m browse_e.m
%----------------------------------------------------------------
% Usage: browse_v
%
% Description: Create an array of strings, nlib_view, that
% contains the names and descrip