Skip to contents

Conduct line search in each iteration to adjust the update.

Usage

step_size_control_line_search(lower = 0, upper = 10)

Arguments

lower

(numeric(1)) The lower bound for the step_size.

upper

(numeric(1)) The upper bound for the step_size.

Value

The step size as number.