fsbatch_control | R Documentation |
Options for Fellner-Schall algorithm
fsbatch_control( factor = 0.01, lr_scheduler = NULL, avg_over_past = FALSE, constantdiv = 0, constantinv = 0, constinv_scheduler = NULL )
factor |
a factor defining how much of the past is used for the Fellner-Schall algorithm; defaults to 0.01. |
lr_scheduler |
a scheduler adapting
|
avg_over_past |
logical, whether the beta coefficients should be averaged
over the past values to stabilize estimation; defaults to |
constantdiv |
small positive constant to stabilize training in small batch regimes; defaults to 0.0. |
constantinv |
small positive constant to stabilize training in small batch regimes; defaults to 0.0. |
constinv_scheduler |
scheduler for |
Returns a list with options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.