The Complete SPRLIB & ANNLIB

marq_init

- initialize the Marquardt optimization method (LOCAL)

SYNOPSIS

int marq_init (net, dset)

ARGUMENTS

NET *net Pointer to the multilayer feedforward 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

This function initializes the local MARQ-variables and checks the input parameters of the learn_marquardt_ffnet function.

NOTE

Unlike bp_init, this function is called by learn_marquardt_ffnet itself, so there is no need for the user program to call it.

SEE ALSO

learn_marquardt_ffnet, marq_free

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