fann_get_rprop_delta_max

Name

fann_get_rprop_delta_max -- Get the maximum step-size used by RPROP training.

Description

float fann_get_rprop_delta_max(struct fann * ann);

The maximum step-size is a small positive number determining how small the minimum step may be.

The default value for this parameter is 50.0.

This function appears in FANN >= 1.2.0.


SourceForge.net Logo