get_convergence_speed: Defines the convergence speed.

View source: R/03_IFE_algorithm_functions.R

get_convergence_speedR Documentation

Defines the convergence speed.

Description

Defines the convergence speed.

Usage

get_convergence_speed(iteration, of)

Arguments

iteration

number of iteration

of

objective function

Value

numeric if iteration > 3, otherwise NA

Examples

get_convergence_speed(5, 10:1)

RCTS documentation built on May 31, 2023, 9:20 p.m.