TaoTermParametersMode#

Ways a TaoTerm can accept parameter vectors in TaoTermComputeObjective() and related functions

Synopsis#

Values#

Note#

Each TaoTerm represents a parametric real-valued function \(f(x; p)\), where \(x\) is the solution variable (the optimization variable) and \(p\) is a parameter vector of fixed data that is not optimized over. The solution space (the vector space of \(x\)) and the parameter space (the vector space of \(p\)) are set independently; see TaoTermSetSolutionSizes() and TaoTermSetParametersSizes().

See Also#

TaoTerm: composable objective function terms, TaoTerm, TaoTermGetParametersMode(), TaoTermSetParametersMode()

Level#

intermediate

Location#

include/petsctaoterm.h

Examples#

src/tao/unconstrained/tutorials/rosenbrock1_taoterm.c


Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages