Description Usage Arguments Value Author(s) Examples
Check if an object is an optimiser.
1 | is.opt(x)
|
x |
objcet |
Return TRUE/FALSE
Filippo Monari
1 2 3 4 5 | modello.init(10, 10, 10, 10)
mdl = module.lm$new(1, 3, 1)
optimizer = adam.opt(mdl$pars())
is.opt(optimizer) # TRUE
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.