代码搜索:Objective

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

代码结果 3,719
www.eeworm.com/read/294947/3914350

c objective_fct.c

/* -*- c -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/436207/1850624

m d_objective.m

function fD = D_objective(X, D, a, N, d) sum_dist = 0; for i = 1:N for j= i+1:N if D(i,j) == 1 d_ij = X(i,:) - X(j,:); % difference between 'i' and 'j'
www.eeworm.com/read/395296/2443640

prf objective_c.prf

isEmpty(QMAKE_OBJECTIVE_CC):QMAKE_OBJECTIVE_CC = $$QMAKE_CC isEmpty(QMAKE_OBJECTIVE_CFLAGS) { #bootstrap QMAKE_OBJECTIVE_CFLAGS = $$QMAKE_CFLAGS QMAKE_OBJECTIVE_CFLAGS_WARN_ON = $$QMAKE_CFLAG
www.eeworm.com/read/373367/2764463

c objective_fct.c

/* -*- c -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/367808/9730588

gif objective_bg.gif

www.eeworm.com/read/247527/12652787

m discont_objective.m

function f = discont_objective(z) %Objective function used by comparegadsoptim % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $Date: 2004/01/14 15:35:04 $ for i = 1:length(z)
www.eeworm.com/read/247527/12652825

m simple_objective.m

function y = simple_objective(x) %SIMPLE_OBJECTIVE Objective function for PATTERNSEARCH solver % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $ $Date: 2004/01/14 15:35:08 $ x1 =
www.eeworm.com/read/247527/12652879

m vectorized_objective.m

function y = vectorized_objective(x,p1,p2,p3) %VECTORIZED_OBJECTIVE Objective function for PATTERNSEARCH solver % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $ $Date: 2004/01/14 15:3
www.eeworm.com/read/247527/12652919

m parameterized_objective.m

function y = parameterized_objective(x,p1,p2,p3) %PARAMETERIZED_OBJECTIVE Objective function for PATTERNSEARCH solver % Copyright 2004 The MathWorks, Inc. % $Revision: 1.1 $ $Date: 2004/01/1