stepsize: Sequence of step sizes for optimization.

Description Usage Arguments Value

View source: R/optim.R

Description

Function to generate stepsize for sub-gradient optimization and proximal-gradient optimization

Usage

1
stepsize(h = 0.01, m = 1000, n = 1000)

Arguments

h

Starting value. Default is 0.01

m

Number of constant steps. Default is 1000

n

Number of diminishing steps. Default is 1000

Value

The sequence of stepsize


tathagatabasu/nonsmoothOptim documentation built on Nov. 5, 2019, 10 a.m.