| stepsize_control | R Documentation |
Unified stepsize control
stepsize_control(
schedule = stepsize_schedule(method = "constant"),
decay = stepsize_decay(method = "none")
)
schedule |
schedule component. Either an object from
|
decay |
decay component. Either an object from
|
Bundle an iteration schedule (stepsize_schedule) and an optional
checkpoint-based decay rule (stepsize_decay) into one object for
control_opt().
a bundled stepsize-control object for control_opt().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.