代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/289026/8584475
c ex11.c
/* ----------------------------------------------------------------------------
ex11.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/289026/8584565
c ex12.c
/* ----------------------------------------------------------------------------
ex12.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/187617/8617269
53542
Xref: cantaloupe.srv.cs.cmu.edu talk.abortion:120894 alt.atheism:53542 talk.religion.misc:83904
Newsgroups: talk.abortion,alt.atheism,talk.religion.misc
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvar
www.eeworm.com/read/185152/9054836
m dsobjg.m
function g=dsobjg(x)
% Usage:
% g=dsobjg(x)
% Calculates the gradient of the objective function
% at a point for Shell Dual Problem
global A B C D E
x=x(:);g=x;
g(1:5)=6*D.*x(1:5).^2
www.eeworm.com/read/282683/9074196
c computegr.c
/*
* =============================================================
* computegr.c
*
* input: x,i,j,d
* x : matrix DxN
* i,j : indices of neighbors 1xC
* d : distances 1xC
*
www.eeworm.com/read/182900/9186618
m designlcbp6.m
function [param,H,L0,ABCD,x] = designLCBP6(n,OSR,opt,Hinf,f0,t,form,x0,dbg)
% Modified designLCBP for use with latest optimization toolbox
% Handle the input arguments
parameters = {'n';'OSR';'opt';'
www.eeworm.com/read/180499/9304278
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/375719/9351857
m sdmobj.m
function quiz = sdmobj(quiz,Xindex,L,R,name)
% SDMPB/SDMOBJ - add term to the linear objective
%
% quiz = sdmobj(quiz,Xindex,L,R,name);
%
% adds a term to the linear objective
% the solver will
www.eeworm.com/read/375145/9370868
c ex11.c
/* ----------------------------------------------------------------------------
ex11.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This