代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/306612/13741099

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/304373/13795412

m msol.m

function varargout = msol(P,options) % @MSDP/MSOL - Solve moment SDP problem % % Given a moment SDP problem P (class MSDP) previously defined by MSDP, % the instruction % % [STATUS,OBJ,M] = MSOL(P
www.eeworm.com/read/304373/13795463

m momcon.m

function z = momcon(x,y,op) % Constructor of class @MOMCON, moment constraint or % moment objective function % % If X and Y are MOM moments % MOMCON(X,Y,'ge') returns the moment constraint X >= Y % MO
www.eeworm.com/read/140180/5794183

m test3.m

/***************************************************************************** * test3.m : Empty Objective C module for vlc **************************************************************************
www.eeworm.com/read/135709/5881408

m test3.m

/***************************************************************************** * test3.m : Empty Objective C module for vlc **************************************************************************
www.eeworm.com/read/101083/6240152

cpp viewer.cpp

#include "graphics\include\TimeMgr.h" #include "graphics\include\imagebuf.h" #include "graphics\include\renderow.h" #include "graphics\include\RViewPnt.h" #include "graphics\include\drawbsp.h" #i
www.eeworm.com/read/456224/6278858

m ex_743.m

% Applied Optimization with MATLAB % Dr. P.Venkataraman % Chapter 7, Section 7.4.2 % Sequential Quadratic Prgramming % Example 7.3 (please consult text for problem definition) % % The in
www.eeworm.com/read/409477/11321546

m resplot.m

% RESPLOT.M (RESult PLOTing) % % This function plots some results during computation. % % Syntax: resplot(Chrom,IndAll,ObjV,Best,gen) % % Input parameters: % Chrom - Matrix contai