OptimizerCoordinateDescent | R Documentation |
This class defines a new object to conduct gradient descent in function space. Because of the component-wise structure, this is more like a block-wise coordinate descent.
ncores |
( |
S4 object.
OptimizerCoordinateDescent$new() OptimizerCoordinateDescent$new(ncores)
This class doesn't contain public fields.
$getOptimizerType()
: () -> character(1)
$getStepSize()
: () -> numeric()
# Define optimizer:
optimizer = OptimizerCoordinateDescent$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.