代码搜索:gradient
找到约 2,951 项符合「gradient」的源代码
代码结果 2,951
www.eeworm.com/read/325790/13184705
m initgradw.m
function obj=initgradw(obj)
% Intializes the gradient with respect to w. Used by, for instance, the EKF filter.
% The result is found in the 'gradw' property. If the gradw property is non-empty,
%
www.eeworm.com/read/325790/13184707
txt props.txt
Help on properties of the inline/symbolic expression expression class (pfinline).
'expression'
The expression supplied by the user.
'str'
A string representing the expression.
'exprsize'
T
www.eeworm.com/read/138798/13212428
m demopt1.m
function demopt1(xinit)
%DEMOPT1 Demonstrate different optimisers on Rosenbrock's function.
%
% Description
% The four general optimisers (quasi-Newton, conjugate gradients,
% scaled conjugate gr
www.eeworm.com/read/123951/6056746
news
$Id: NEWS,v 1.13 2004/12/04 05:33:13 sarod Exp $
Sat Dec 4 00:30:47 EST 2004
Version 0.2.0-pre
=================
-Windows version using MFC released. It does not support all the features
of the Unix
www.eeworm.com/read/485544/6552806
m demopt1.m
function demopt1(xinit)
%DEMOPT1 Demonstrate different optimisers on Rosenbrock's function.
%
% Description
% The four general optimisers (quasi-Newton, conjugate gradients,
% scaled conjugate gradien
www.eeworm.com/read/483112/6609655
m gradobject1.m
%The following subfunction is on the gradient of
%the objective function
function y=gradobject1(v)
y(1)=2*v(1)-v(2)-10;
y(2)=2*v(2)-v(1)-4;
www.eeworm.com/read/253950/12173883
htm scg.htm
Netlab Reference Manual scg
scg
Purpose
Scaled conjugate gradient optimization.
Description
[x, options] = scg(
www.eeworm.com/read/253950/12174001
htm graddesc.htm
Netlab Reference Manual graddesc
graddesc
Purpose
Gradient descent optimization.
Description
[x, options, flog,
www.eeworm.com/read/253950/12174038
htm rbfgrad.htm
Netlab Reference Manual rbfgrad
rbfgrad
Purpose
Evaluate gradient of error function for RBF network.
Synopsis
www.eeworm.com/read/253950/12174146
htm olgd.htm
Netlab Reference Manual olgd
olgd
Purpose
On-line gradient descent optimization.
Description
[net, options, err