Home
last modified time | relevance | path

Searched refs:TaoComputeObjective (Results 1 – 23 of 23) sorted by relevance

/petsc/src/tao/unconstrained/impls/neldermead/
H A Dneldermead.c132 PetscCall(TaoComputeObjective(tao, nm->simplex[0], &nm->f_values[0])); in TaoSolve_NM()
143 PetscCall(TaoComputeObjective(tao, nm->simplex[i], &nm->f_values[i])); in TaoSolve_NM()
166 PetscCall(TaoComputeObjective(tao, Xmur, &fr)); in TaoSolve_NM()
178 PetscCall(TaoComputeObjective(tao, Xmue, &fe)); in TaoSolve_NM()
190 PetscCall(TaoComputeObjective(tao, Xmuc, &fc)); in TaoSolve_NM()
198 PetscCall(TaoComputeObjective(tao, Xmuc, &fc)); in TaoSolve_NM()
209 … PetscCall(TaoComputeObjective(tao, nm->simplex[nm->indices[i]], &nm->f_values[nm->indices[i]])); in TaoSolve_NM()
/petsc/src/tao/snes/
H A Dtaosnes.c38 PetscCall(TaoComputeObjective(tao, X, f)); in TAOSNESObj()
68 PetscCall(TaoComputeObjective(tao, X, &obj)); in TAOSNESMonitor()
/petsc/src/tao/interface/
H A Dfdiff.c70 PetscCall(TaoComputeObjective(tao, X, &f)); in TaoDefaultComputeGradient()
74 PetscCall(TaoComputeObjective(tao, X, &f2)); in TaoDefaultComputeGradient()
H A Dtaosolver_fg.c175 PetscErrorCode TaoComputeObjective(Tao tao, Vec X, PetscReal *f) in TaoComputeObjective() function
236 PetscCall(TaoComputeObjective(tao, X, f)); in TaoComputeObjectiveAndGradient()
/petsc/src/tao/bound/impls/bnk/
H A Dbntr.c109 PetscCall(TaoComputeObjective(tao, tao->solution, &bnk->f)); in TaoSolve_BNTR()
156 PetscCall(TaoComputeObjective(tao, tao->solution, &bnk->f)); in TaoSolve_BNTR()
H A Dbntl.c127 PetscCall(TaoComputeObjective(tao, tao->solution, &bnk->f)); in TaoSolve_BNTL()
170 PetscCall(TaoComputeObjective(tao, tao->solution, &bnk->f)); in TaoSolve_BNTL()
H A Dbnls.c108 PetscCall(TaoComputeObjective(tao, tao->solution, &bnk->f)); in TaoSolve_BNLS()
H A Dbnk.c154 PetscCall(TaoComputeObjective(tao, tao->solution, &ftrial)); in TaoBNKInitialize()
/petsc/src/tao/unconstrained/impls/ntr/
H A Dntr.c124 PetscCall(TaoComputeObjective(tao, tr->W, &ftrial)); in TaoSolve_NTR()
225 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_NTR()
299 PetscCall(TaoComputeObjective(tao, tr->W, &ftrial)); in TaoSolve_NTR()
347 PetscCall(TaoComputeObjective(tao, tr->W, &ftrial)); in TaoSolve_NTR()
/petsc/src/tao/unconstrained/impls/ntl/
H A Dntl.c119 PetscCall(TaoComputeObjective(tao, tl->W, &ftrial)); in TaoSolve_NTL()
229 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_NTL()
303 PetscCall(TaoComputeObjective(tao, tl->W, &ftrial)); in TaoSolve_NTL()
353 PetscCall(TaoComputeObjective(tao, tl->W, &ftrial)); in TaoSolve_NTL()
/petsc/src/tao/unconstrained/impls/lmvm/
H A Dlmvm.c42 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_LMVM()
/petsc/src/tao/unconstrained/impls/cg/
H A Dtaocg.c57 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_CG()
/petsc/src/tao/tutorials/
H A Dex4.c564 PetscCall(TaoComputeObjective(tao, x, &Jx)); in TaylorTest()
573 PetscCall(TaoComputeObjective(tao, xhat, &Jxhat_comp)); in TaylorTest()
/petsc/src/tao/bound/impls/blmvm/
H A Dblmvm.c43 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_BLMVM()
/petsc/src/tao/bound/impls/tron/
H A Dtron.c110 PetscCall(TaoComputeObjective(tao, tao->solution, &tron->f)); in TaoSolve_TRON()
/petsc/src/tao/unconstrained/impls/nls/
H A Dnls.c145 PetscCall(TaoComputeObjective(tao, nlsP->W, &ftrial)); in TaoSolve_NLS()
255 PetscCall(TaoComputeObjective(tao, tao->solution, &f)); in TaoSolve_NLS()
/petsc/include/
H A Dpetsctao.h374 PETSC_EXTERN PetscErrorCode TaoComputeObjective(Tao, Vec, PetscReal *);
/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c824 PetscCall(TaoComputeObjective(ls->tao, x, f)); in TaoLineSearchComputeObjective()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h653 PetscCall(TaoComputeObjective(tao,tao->solution,f)); in TaoComputeUpdate()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi143 PetscErrorCode TaoComputeObjective(PetscTAO, PetscVec, PetscReal*)
H A DTAO.pyx937 setObjective, petsc.TaoComputeObjective
941 CHKERR(TaoComputeObjective(self.tao, x.vec, &f))
H A Dlibpetsc4py.pyx2964 CHKERR(TaoComputeObjective(tao, X, &f))
2990 CHKERR(TaoComputeObjective(tao, X, &f))
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.c114 PetscCall(TaoComputeObjective(tao, tao->solution, &cg->f)); in TaoSolve_BNCG()