This class defines a new object to conduct Nesterovs momentum in function space.
Format
S4 object.
Arguments
- ncores
(
integer(1)
)
Number of cores over which the base learner fitting is distributed.- momentum
(
numeric(1)
)
Momentum term used to accelerate the fitting process. If chosen large, the algorithm trains faster but also tends to overfit faster.
Usage
OptimizerAGBM$new(momentum)
OptimizerAGBM$new(momentum, ncores)