TaoTermL1GetEpsilon#
Get the \(\epsilon\) smoothing parameter set by TaoTermL1SetEpsilon().
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoTermL1GetEpsilon(TaoTerm term, PetscReal *epsilon)
Not collective
Input Parameter#
Output Parameter#
epsilon - the smoothing parameter
See Also#
TaoTerm: composable objective function terms,
TaoTerm,
TAOTERML1,
TaoTermL1SetEpsilon()
Level#
advanced
Location#
Examples#
src/tao/unconstrained/tutorials/elastic_net_regularization.c
Implementations#
TaoTermL1GetEpsilon_L1() in src/tao/term/impls/l1/taoterml1.c
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages