void fann_set_rprop_decrease_factor(struct fann * ann, float rprop_decrease_factor);
The increase factor is a value smaller than 1, which is used to decrease the step-size during RPROP training.
The default value for this parameter is 0.5.
This function appears in FANN >= 1.2.0.