Skip to contents

Conduct line search in each iteration to adjust the update.

Usage

stepSizeControlLineSearch(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.