fann_set_rprop_increase_factor

Name

fann_set_rprop_increase_factor -- Get the increase factor used by RPROP training.

Description

void fann_set_rprop_increase_factor(struct fann * ann, float rprop_increase_factor);

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.


SourceForge.net Logo