代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/197958/7960751
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/297947/7984461
m grad.m
function [fx,fy] = grad(M, options)
% grad - gradient, forward differences
%
% [gx,gy] = grad(M, options);
% or
% g = grad(M, options);
options.null = 0;
if isfield(options, 'bound')
bound
www.eeworm.com/read/196814/8058764
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/244945/12829527
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/329331/12960526
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/140851/13059210
m gpgrad.m
function g = gpgrad(net, x, t)
%GPGRAD Evaluate error gradient for Gaussian Process.
%
% Description
% G = GPGRAD(NET, X, T) takes a Gaussian Process data structure NET
% together with a matrix
www.eeworm.com/read/325790/13184757
m gradx.m
function v=gradx(obj,varargin)
% Evaluates the gradient object at time t, with respect to x.
%
% Syntax: (* = optional)
%
% v = gradx(obj, x, t, w, u);
%
% In arguments:
%
% 1. obj
% The xlt
www.eeworm.com/read/138798/13212301
m gpgrad.m
function g = gpgrad(net, x, t)
%GPGRAD Evaluate error gradient for Gaussian Process.
%
% Description
% G = GPGRAD(NET, X, T) takes a Gaussian Process data structure NET
% together with a matrix
www.eeworm.com/read/322381/13380985
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/147529/5728664
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C