fann_set_rprop_delta_max
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Sets the maximum step-size
Description
fann_set_rprop_delta_max(resource $ann, float $rprop_delta_max): bool
The maximum step-size is a positive number determining how large the maximum step-size may be.
Parameters
annDescription
rprop_delta_maxThe maximum step-size.