The Complete SPRLIB & ANNLIB

bfgs_init

- initialize the BFGS method (LOCAL)

SYNOPSIS

int bfgs_init (net, dset)

ARGUMENTS

NET *net Pointer to the network under investigation.
DATASET *dset Pointer to the dataset under investigation.

RETURNS

TRUE if an error was detected, FALSE if no error was detected.

FUNCTION

This function sets the local BFGS-variables and checks the input parameters of the learn_bfgs_ffnet function.

NOTE

Unlink bp_init, this function is called by learn_bfgs_ffnet and does not have to be called by the user program.

SEE ALSO

learn_bfgs_ffnet, bfgs_free

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