代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/375145/9370887
c ex12.c
/* ----------------------------------------------------------------------------
ex12.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This
www.eeworm.com/read/372033/9524434
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/371508/9551042
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/366412/9816456
c ex11.c
/* ----------------------------------------------------------------------------
ex11.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/366412/9816577
c ex12.c
/* ----------------------------------------------------------------------------
ex12.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/366411/9817069
c ex11.c
/* ----------------------------------------------------------------------------
ex11.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/366411/9817144
c ex12.c
/* ----------------------------------------------------------------------------
ex12.C
mbwall 13apr95
Copyright (c) 1995-1996 Massachusetts Institute of Technology
DESCRIPTION:
This exampl
www.eeworm.com/read/364442/9906402
txt input.txt
precision :8
number of variables:2
number of objective functions:2
number of constraints:3
Put here the bounds (lower and upper) for each variable
var 1
lower:0.0
upper:7.0
var 2
lower:0.0
upper:7.0
www.eeworm.com/read/362855/9978493
texi frontends.texi
@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
@c 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see
www.eeworm.com/read/360770/10078794
m funf641.m
function y = funf641(x)
%------------------------------------------------------------------
% Example 6.4.1: Objective Function
%------------------------------------------------------------------