代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/147529/5728838
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/147422/5729311
m pi.m
%
% Function to calculate the objective function where
% input k = temporary vector
% b = unstable vector
function [ value ] = PI(k, b)
Q=eye(length(k));
a=Levinson(k);
value=0.5*(a(2:lengt
www.eeworm.com/read/113071/6142041
java q.java
/**
* A Q is one Question used in TestEdit.
*/
public class Q extends java.util.Observable {
public static final String labels[] = {
"A", "B", "C", "D"
};
/** The text of the question */
Stri
www.eeworm.com/read/494076/6387758
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/481698/6637168
m initialize_variables.m
function f = initialize_variables(N, M, V, min_range, max_range)
%% function f = initialize_variables(N, M, V, min_tange, max_range)
% This function initializes the chromosomes. Each chromosome h
www.eeworm.com/read/477455/6736063
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/265393/11265023
m initialize_variables.m
function f = initialize_variables(N, M, V, min_range, max_range)
%% function f = initialize_variables(N, M, V, min_tange, max_range)
% This function initializes the chromosomes. Each chromosome h
www.eeworm.com/read/263879/11338134
m diagnose.m
function msg = diagnose(caller,OUTPUT,gradflag,hessflag,constflag,gradconstflag,line_search,OPTIONS,XOUT,non_eq,...
non_ineq,lin_eq,lin_ineq,LB,UB,funfcn,confcn,f,GRAD,HESS,c,ceq,cGRAD,ceqGRAD);
www.eeworm.com/read/347945/11623563
m solver_can_solve.m
function s = solver_can_solve(solver,problem)
% This file is currently very rudimentary, and will be much more general in
% later releases. At the moment, it is only used very limited in bmibnb, t
www.eeworm.com/read/347945/11625224
m definesolvers.m
function solver = definesolvers
% ****************************
% Create a default solver
% ****************************
emptysolver.tag = '';
emptysolver.version = '';
emptysolver.checkfor