TaoADMMSetRegularizerCoefficient#
Set the regularization coefficient lambda for L1 norm regularization case
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoADMMSetRegularizerCoefficient(Tao tao, PetscReal lambda)
Collective
Input Parameters#
tao - the
Tao
solver contextlambda - L1-norm regularizer coefficient
See Also#
TaoADMMSetMisfitConstraintJacobian()
, TaoADMMSetRegularizerConstraintJacobian()
, TAOADMM
Level#
advanced
Location#
Examples#
src/tao/constrained/tutorials/tomographyADMM.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages