fann_set_rprop_delta_min

Name

fann_set_rprop_delta_min -- Set the minimum step-size used by RPROP training.

Description

void fann_set_rprop_delta_min(struct fann * ann, float rprop_delta_min);

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

The default value for this parameter is 0.0.

This function appears in FANN >= 1.2.0.


SourceForge.net Logo