Learn R Programming

RCTS (version 0.2.4)

get_convergence_speed: Defines the convergence speed.

Description

Defines the convergence speed.

Usage

get_convergence_speed(iteration, of)

Value

numeric if iteration > 3, otherwise NA

Arguments

iteration

number of iteration

of

objective function

Examples

Run this code
get_convergence_speed(5, 10:1)

Run the code above in your browser using DataLab