| as_optimizer | R Documentation |
Converts a character string such as "pso" into the corresponding optimizer
object.
as_optimizer(optimizer)
optimizer |
A character string or an object of class |
An object of class "met_optimizer".
as_optimizer("pso")
as_optimizer(optimizer_adam())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.