get_convergence_speed {RCTS}R 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)

[Package RCTS version 0.2.4 Index]