代码搜索:Objective

找到约 3,719 项符合「Objective」的源代码

代码结果 3,719
www.eeworm.com/read/395532/8169082

m objfcn.m

% objfcn function % --------------- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % function f=objfcn(n,m,x,nprob) % It is an interface function which calls the function
www.eeworm.com/read/394381/8227624

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/193277/8243005

m definesolvers.m

function solver = definesolvers % **************************** % Create a default solver % **************************** emptysolver.tag = ''; emptysolver.version = ''; emptysolver.checkfor
www.eeworm.com/read/193277/8243103

m timeglobal.m

t0 = cputime; yalmip('clear') clc x1 = sdpvar(1,1); x2 = sdpvar(1,1); x3 = sdpvar(1,1); objective = -2*x1+x2-x3; F = set(x1*(4*x1-4*x2+4*x3-20)+x2*(2*x2-2*x3+9)+x3*(2*x3-13)+24>0); F = F
www.eeworm.com/read/392443/8341989

m kridemo.m

% Demo du KRIGING TOOLBOX colordef black clc echo on % -------------------------------------------------------- % KRIGING TOOLBOX DEMO: version 3.0 % ----------------------------------------
www.eeworm.com/read/415835/11050907

cpp fuzzy-programming-2.cpp

// Fuzzy Programming, Chance-Constrained Programming // Written by Microsoft Visual C++ // Copyright by UTLab @ Tsinghua University // http://orsc.edu.cn/UTLab #include #include
www.eeworm.com/read/414697/11105854

m usercas.m

function [f]=imc2com(x,y,E,signo,w,n,Mp,p,m,q,qf,qd,Tcanc) if n > 0 s=sqrt(-1)*x(n); elseif n == 0 s=sqrt(-1)*w; end plant(1)=eval(p(1,:)); plant(2)=eval(p(2,:)); model(1)=eval(m(1,:)); m
www.eeworm.com/read/267760/11163984

lp a.lp

/* Objective function */ min: +COLONE +3 COLTWO +6.24 COLTHREE +0.1 COLFOUR; /* Constraints */ THISROW: +78.26 COLTWO +2.9 COLFOUR >= 92.3; THATROW: +0.24 COLONE +11.31 COLTHREE
www.eeworm.com/read/334860/12568081

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/247527/12652702

m poptimfcnchk.m

function [y, count,msg] = poptimfcnchk(FUN,Xin,X,Vectorized,varargin) %POPTIMFCNCHK: This function checks the objective function FUN % Private to PFMINUNC, PFMINBND, PFMINLCON. % Copyright