Extends base configuration with gradient-specific parameters like learning rate and distance metric.
Arguments
- eta
Learning rate / step size (numeric, default: 1.0)
- norm
Distance measure function (default: max absolute value)
- max_iter
Maximum iterations (integer, default: 100)
- abs_tol
Absolute tolerance (numeric or NULL, default: NULL to use rel_tol)
- rel_tol
Relative tolerance (numeric, default: 1e-5)
- trace
Store optimization path (logical, default: FALSE)
- debug
Print debug information (logical, default: FALSE)
- debug_freq
Debug output frequency (integer, default: 1)