get_B_next: Get next value of B in gradient descent

View source: R/accgrad.R

get_B_nextR Documentation

Get next value of B in gradient descent

Description

Get next value of B in gradient descent

Usage

get_B_next(W, grad_f, L, lambda)

Arguments

W

The W matrix in Algorithm 1 of the reference

grad_f

The gradient computed in Algorithm 1

L

The lipshitz constant, which determines the step size

lambda

The l1 regularization parameter.


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