Home
last modified time | relevance | path

Searched refs:TaoBRGNSetRegularizationType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/tao/leastsquares/tutorials/
H A Dcs1.c68 PetscCall(TaoBRGNSetRegularizationType(tao, TAOBRGN_REGULARIZATION_LM)); in SetTaoOptionsFromUserOptions()
71 PetscCall(TaoBRGNSetRegularizationType(tao, TAOBRGN_REGULARIZATION_L1DICT)); in SetTaoOptionsFromUserOptions()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c166 PetscCall(TaoBRGNSetRegularizationType(regressor->tao, TAOBRGN_REGULARIZATION_L1DICT)); in PetscRegressorSetUp_Linear()
169 PetscCall(TaoBRGNSetRegularizationType(regressor->tao, TAOBRGN_REGULARIZATION_L2PURE)); in PetscRegressorSetUp_Linear()
/petsc/doc/changes/
H A D324.md142 - Add `TaoBRGNSetRegularizationType()`, `TaoBRGNGetRegularizationType()`
/petsc/include/
H A Dpetsctao.h509 PETSC_EXTERN PetscErrorCode TaoBRGNSetRegularizationType(Tao, TaoBRGNRegularizationType);
/petsc/src/tao/leastsquares/impls/brgn/
H A Dbrgn.c319 PetscErrorCode TaoBRGNSetRegularizationType(Tao tao, TaoBRGNRegularizationType type) in TaoBRGNSetRegularizationType() function