accgrad: Nesterov's Accelerated Gradient Descent

View source: R/accgrad.R

accgradR Documentation

Nesterov's Accelerated Gradient Descent

Description

Nesterov's Accelerated Gradient Descent

Usage

accgrad(X, Y, C, opts)

Arguments

X

The data matrix.

Y

The matrix of regression responses.

opts

A list of gradient descent tuning parameters,
$iter_max: The maximum number of iterations. $mu: The smoothing parameter $lambda: The l1 regularization parameter $delta_conv: The convergence criterion for delta

H

The matrix H defined in the reference.

Value

A list containing the following elements
$B The final estimates of the multitask regression coefficients $obj The objective function across gradient descent iterations


krisrs1128/gflasso documentation built on Nov. 11, 2023, 4:24 a.m.