View source: R/03_IFE_algorithm_functions.R
check_stopping_rules | R Documentation |
Checks the rules for stopping the algorithm, based on its convergence speed.
check_stopping_rules(
iteration,
speed,
all_OF_values,
speedlimit = 0.01,
verbose = FALSE
)
iteration |
number of iteration |
speed |
convergence speed |
all_OF_values |
vector containing the values of the objective function from previous iterations |
speedlimit |
if the convergence speed falls under this limit the algorithm stops |
verbose |
if TRUE, more information is printed |
logical
check_stopping_rules(4, 1.7, 5:1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.