void fann_set_quickprop_decay(struct fann * ann, float quickprop_decay);
The decay is a small negative valued number which is the factor that the weights should become smaller in each iteration. This is used to make sure that the weights do not become too high during training.
The default value for this parameter is -0.0001.
This function appears in FANN >= 1.2.0.