php8.5
Home/ Manual/ fann / functions/ fann_set_rprop_delta_max

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

ann

Description

rprop_delta_max

The maximum step-size.

Return Values Bool

See Also

Source: reference/fann/functions/fann-set-rprop-delta-max.xml · from the official PHP manual (php/doc-en)