Function fann_sys::fann_set_rprop_delta_max[][src]

pub unsafe extern "C" fn fann_set_rprop_delta_max(
    ann: *mut fann,
    rprop_delta_max: c_float
)

The maximum step size is a positive number determining how large the maximum step size may be.

See also

fann_get_rprop_delta_max, fann_get_rprop_delta_min

This function appears in FANN >= 1.2.0.