stepSizeControlLineSearch.Rd
Conduct line search in each iteration to adjust the update.
stepSizeControlLineSearch(lower = 0, upper = 10)
(`numeric(1)`) The lower bound for the step_size.
(`numeric(1)`) The upper bound for the step_size.
The step size as number.