代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/360770/10079255
m fmu.m
function y = fmu (f,p,q,x,mu)
%-----------------------------------------------------------------------
% Usage: y = fmu (f,p,q,x,mu)
%
% Description: Compute the generalized objective functi
www.eeworm.com/read/358694/10181630
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/425643/10342471
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/353896/10406900
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/424380/10456161
c cec2005pb.c
case 100: // CEC 2005 F1
pb.SS.D =30; // 30
for (d = 0; d < pb.SS.D; d++)
{
pb.SS.min[d] = -100; // -100
pb.SS.max[d] = 100; // 100
pb.SS.q.q[d] = 0; // granularity/quantum/st
www.eeworm.com/read/353122/10470628
cpp fuzzy-programming-2.cpp
// Fuzzy Programming, Chance-Constrained Programming
// Written by Microsoft Visual C++
// Copyright by UTLab @ Tsinghua University
// http://orsc.edu.cn/UTLab
#include
#include
www.eeworm.com/read/273093/10927459
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/469655/6972944
m objfcn.m
% objfcn function
% ---------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function f=objfcn(n,m,x,nprob)
% It is an interface function which calls the function
www.eeworm.com/read/468613/6985926
m dspapp.m
%******************************************************************
%* *
%* Objective: This program is designed to aide the components. *
%* design of Image Disponal Progra
www.eeworm.com/read/465232/7059673
m bracket.m
function [x1,x2,nS]=bracket(S,x0,d,problem,stepsize)
% Bracket the minimum (or maximum) of the objective function
% in the search direction.
%
% [x1,x2,nS]=bracket(S,x0,d,problem,stepsize)