The Complete SPRLIB & ANNLIB

derf_bfgs

- compute the derivative of the objective function as needed by the BFGS method (LOCAL)

SYNOPSIS

void derf_bfgs (p, df)

ARGUMENTS

double *p Vector containing the current weight values.
double *df Gradient of the MSE of the net and data set under investigation; computed using grad_net_mse.

RETURNS

Nothing; the derivative is calculated and returned through df.

SEE ALSO

grad_net_mse, learn_bfgs_ffnet

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998