pub unsafe extern "C" fn lbfgs_parameter_init(
    param: *mut lbfgs_parameter_t
)
Expand description

Initialize L-BFGS parameters to the default values.

Call this function to fill a parameter structure with the default values and overwrite parameter values if necessary.

@param param The pointer to the parameter structure.