The Complete SPRLIB & ANNLIB

cgdes_init

- initialize the conjugate gradient descent method (LOCAL)

SYNOPSIS

int cgdes_init (net, dset)

ARGUMENTS

NET *net Pointer to the network to be trained.
DATASET *dset Pointer to the dataset that is to be used for training.

RETURNS

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

FUNCTION

The local variables (CGDES-variables) are set and the parameters with which learn_cgdes_ffnet was called are checked.

NOTE

Unlike bp_init, this function is called by the training function learn_cgdes_ffnet itself and does not have to be called by the user program.

SEE ALSO

learn_cgdes_ffnet, cgdes_free, conj_pr, conj_fr

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