| mlr3torch_optimizers | R Documentation | 
Dictionary of torch optimizers.
Use t_opt for conveniently retrieving optimizers.
Can be converted to a data.table using
as.data.table.
mlr3torch_optimizers
An object of class DictionaryMlr3torchOptimizers (inherits from Dictionary, R6) of length 12.
adagrad, adam, adamw, rmsprop, sgd
Other Torch Descriptor: 
TorchCallback,
TorchDescriptor,
TorchLoss,
TorchOptimizer,
as_torch_callbacks(),
as_torch_loss(),
as_torch_optimizer(),
mlr3torch_losses,
t_clbk(),
t_loss(),
t_opt()
Other Dictionary: 
mlr3torch_callbacks,
mlr3torch_losses,
t_opt()
mlr3torch_optimizers$get("adam")
# is equivalent to
t_opt("adam")
# convert to a data.table
as.data.table(mlr3torch_optimizers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.