|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProximalMapping | |
---|---|
jml.optimization |
Uses of ProximalMapping in jml.optimization |
---|
Classes in jml.optimization that implement ProximalMapping | |
---|---|
class |
Prox
Compute prox_th(X) where h = 0. |
class |
ProxL1
Compute prox_th(X) where h = || X ||_1. |
class |
ProxL2
Compute prox_th(X) where h = || X ||_F. |
class |
ProxLInfinity
Compute prox_th(X) where h = || X ||_{\infty}. |
class |
ProxPlus
Compute prox_th(X) where h = I_+(X). |
Fields in jml.optimization declared as ProximalMapping | |
---|---|
static ProximalMapping |
AcceleratedProximalGradient.prox
Proximity operator: prox_th(X). |
private static ProximalMapping |
AcceleratedGradientDescent.prox
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |