fann_set_rprop_delta_max

Name

fann_set_rprop_delta_max -- Set the maximum step-size used by RPROP training.

Description

void fann_set_rprop_delta_max(struct fann * ann, float rprop_delta_max);

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