Skip to contents

Same as OptimizerCoordinateDescent but with a line search in each iteration.

Format

S4 object.

Arguments

ncores

(integer(1))
Number of cores over which the base learner fitting is distributed.

Fields

This class doesn't contain public fields.

Methods

  • $getOptimizerType(): () -> character(1)

  • $getStepSize(): () -> numeric()

Examples


# Define optimizer:
optimizer = OptimizerCoordinateDescentLineSearch$new()