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.