代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/414003/11133702

asm zero.asm

********************************************************* *Zero Overhead Loops *-------------------------------------------------------- *Objective: * Show zero-overhead looping by Inner Product
www.eeworm.com/read/265706/11256030

m fg_names.m

function [fun, grad] = fg_names(alg) %OTFUNGRA Returns names of functions which evaluate objective, constraints & grad. % [fun, grad] = fg_names(alg) returns the names of two functions. The first %
www.eeworm.com/read/334923/12562149

m fg_names.m

function [fun, grad] = fg_names(alg) %FG_NAMES Returns names of functions which evaluate objective, constraints & grad. % [fun, grad] = fg_names(alg) returns the names of two functions. The first %
www.eeworm.com/read/135531/13923196

out ex7.out

Value of objective function: 0.468936 Actual values of the variables: X1 0.0230834 X2 0 X3 0 X4 0 X5 0 X6
www.eeworm.com/read/135531/13923247

out ex5sos.out

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

cpp pgm14_03.cpp

// // This file contains the C++ code from Program 14.3 of // "Data Structures and Algorithms // with Object-Oriented Design Patterns in C++" // by Bruno R. Preiss. // // Copyright (c) 1998
www.eeworm.com/read/391333/8408365

txt readme.txt

powell优化搜索算法,适合于多参数优化且目标函数中不包含参数的情况-Powell optimization search algorithm, suited to multi-parameter optimization objective function which does not contain the parameters of
www.eeworm.com/read/289026/8584506

c ex9.c

/* ---------------------------------------------------------------------------- ex9.C mbwall 10apr95 Copyright 1995-1996 Massachusetts Institute of Technology DESCRIPTION: Sample program th
www.eeworm.com/read/187617/8616890

83797

Xref: cantaloupe.srv.cs.cmu.edu talk.abortion:120790 alt.atheism:53392 talk.religion.misc:83797 Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!uunet!elroy.jpl.nasa.gov!decwrl!sun-ba
www.eeworm.com/read/383097/8973684

m initialize_variables.m

function f = initialize_variables(N,problem) % function f = initialize_variables(N,problem) % N - Population size % problem - takes integer values 1 and 2 where, % '1' for MOP1 %