代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/404877/11476711

cpp 2-1.cpp

// Genetic Algorithm // For Example 2.1 (2-1.tex) in "Uncertain Programming" by B. Liu // Written by Microsoft Visual C++ // Copyright by USLab at Tsinghua University #include #includ
www.eeworm.com/read/404877/11476713

cpp 2-3.cpp

// Genetic Algorithm // For Example 2.3 (2-3.tex) in "Uncertain Programming" by B. Liu // Written by Microsoft Visual C++ // Copyright by USLab at Tsinghua University #include #includ
www.eeworm.com/read/404877/11476725

cpp 2-2.cpp

// Genetic Algorithm // For Example 2.2 (2-2.tex) in "Uncertain Programming" by B. Liu // Written by Microsoft Visual C++ // Copyright by USLab at Tsinghua University #include #includ
www.eeworm.com/read/152557/12106080

html compatibility_alias.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/251851/12315318

m stretch_func_lin.m

function [f,grad] = stretch_func_lin(xt,A,Ainv,b,n_vector,n) % the current evaluation of the optimization problem x0 = xt(1:n); t = xt(n+1); % computation of the objective function and grad
www.eeworm.com/read/251851/12315327

m stretch_func_ode.m

function f = stretch_func_ode(X,sys_eq,ode_param,n_vector,t0,tf,dimension) % Compute objective function for the optimization problem in the flow pipe % segment approximation procedure for `nonline
www.eeworm.com/read/338243/12316715

hh quadr.hh

//============================================================ // COOOL version 1.1 --- Nov, 1995 // Center for Wave Phenomena, Colorado School of Mines //==================
www.eeworm.com/read/233016/14173537

m bp_obj.m

function [obj,grad,hess] = BP_obj( x ) % [obj,grad,hess] = BP_obj( x ) % computes the objective value, gradient and diagonal Hessian % of the linear function e'x, where e is a vector o
www.eeworm.com/read/229545/14332202

h stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__F
www.eeworm.com/read/124396/14569860

cpp ga-1.cpp

// Genetic Algorithm for nonlinear programming // Written by Microsoft Visual C++ // Copyright by UTLab @ Tsinghua University // http://orsc.edu.cn/UTLab #include #include