View source: R/03_IFE_algorithm_functions.R
get_convergence_speed | R Documentation |
Defines the convergence speed.
get_convergence_speed(iteration, of)
iteration |
number of iteration |
of |
objective function |
numeric if iteration > 3, otherwise NA
get_convergence_speed(5, 10:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.