View source: R/function_nesterovFactors.R
nesterov_factor | R Documentation |
The FISTA algorithm extrapolates/correctes after the gradient step. The "nesterov_factor" function returns how far the FISTA will exptrapolate in a given step "k"
nesterov_factor(k)
k |
integer, iteration step of the FISTA algorithm |
integer
nesterov_factor(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.