TaoBRGNSetRegularizerWeight#
Set the regularizer weight for the Gauss-Newton least-squares algorithm
Synopsis#
#include "petsctao.h" 
PetscErrorCode TaoBRGNSetRegularizerWeight(Tao tao, PetscReal lambda)
Collective
Input Parameters#
- tao - the - Taosolver context
- lambda - L1-norm regularizer weight 
See Also#
Level#
beginner
Location#
Examples#
Implementations#
TaoBRGNSetRegularizerWeight_BRGN() in src/tao/leastsquares/impls/brgn/brgn.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages