Home
last modified time | relevance | path

Searched refs:tau_dfp (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h27 PetscReal tau_bfgs, tau_dfp; member
H A Dbncg.c441 PetscReal gkp1_yk, gd_old, tau_bfgs, tau_dfp, gkp1D_yk, gtDg; in TaoBNCGStepDirectionUpdate() local
838 …PetscCall(TaoBNCGComputeScalarScaling(cg->yty, step * dk_yk, snorm * snorm, &tau_dfp, cg->dfp_scal… in TaoBNCGStepDirectionUpdate()
840 tau_k = cg->theta * tau_bfgs + (1.0 - cg->theta) * tau_dfp; in TaoBNCGStepDirectionUpdate()
843 tmp = cg->theta * tau_bfgs * gd / dk_yk + (1 - cg->theta) * tau_dfp * gkp1_yk / cg->yty; in TaoBNCGStepDirectionUpdate()