OptimizerCoordinateDescentLineSearch | R Documentation |
Same as OptimizerCoordinateDescent but with a line search in each iteration.
ncores |
( |
S4 object.
OptimizerCoordinateDescentLineSearch$new() OptimizerCoordinateDescentLineSearch$new(ncores)
This class doesn't contain public fields.
$getOptimizerType()
: () -> character(1)
$getStepSize()
: () -> numeric()
# Define optimizer:
optimizer = OptimizerCoordinateDescentLineSearch$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.