fann_get_quickprop_mu

Name

fann_get_quickprop_mu -- Get the mu factor used by quickprop training.

Description

float fann_get_quickprop_mu(struct fann * ann);

The mu factor is used to increase and decrease the step-size during quickprop training. The mu factor should always be above 1, since it would otherwise decrease the step-size when it was suppose to increase it.

The default value for this parameter is 1.75.

This function appears in FANN >= 1.2.0.


SourceForge.net Logo