代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/247527/12652764

m multiobjective.m

function multiobjective %Working with more than one objective function. % This example has two objective functions. % We evaluate each for each individual and then score all dominated % individ
www.eeworm.com/read/238030/13910857

m dspapp.m

%****************************************************************** %* * %* Objective: This program is designed to aide the components. * %* design of Image Disponal Progra
www.eeworm.com/read/135531/13923192

out ex1.out

Value of objective function: 3 Actual values of the variables: x1 1 x2 2 Actual values of the constraints: C1 4 r_2 4
www.eeworm.com/read/135531/13923199

out ex1sos.out

Value of objective function: -9 Actual values of the variables: x1 0 x2 0 x3 3 x4 0 Actual values of the constraints: c1
www.eeworm.com/read/135531/13923217

out ex6sos.out

Value of objective function: 122.445 Actual values of the variables: x1 0 x2 300 x3 0 x4 325 x5 0 x6
www.eeworm.com/read/135531/13923261

out demo_lag.out

Value of objective function: -1 Actual values of the variables: x1 0 x2 1 x3 1 x4 1 x5 1 x6
www.eeworm.com/read/201792/15396398

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/142788/12922126

h clientres.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by C:\proj\blood2\source\ClientRes\ClientRes.rc // #define IDS_REZFILE 0 #define IDS_VERSIO
www.eeworm.com/read/392021/8366869

m dsclansobj.m

function [f,g]=dsclansObj(x,order,OSR,Q,rmax,Hz) % Objective function for clans.m % f is the magnitude of H at the band-edge % g =||h||_1 - Q % Translate x into H. H = dsclansNTF(x,order,rmax,Hz);
www.eeworm.com/read/388617/8595389

cpp filefunc.cpp

//filefunc.cpp -- function with ostream & parameter #include #include #include using namespace std; void file_it(ostream & os, double fo, const double fe[],int n)