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