TaoTermType#
String with the name of a TaoTerm method
Synopsis#
typedef const char *TaoTermType;
#define TAOTERMCALLBACKS "callbacks"
#define TAOTERMSHELL "shell"
#define TAOTERMSUM "sum"
#define TAOTERMHALFL2SQUARED "halfl2squared"
#define TAOTERML1 "l1"
#define TAOTERMQUADRATIC "quadratic"
Values#
TAOTERMSHELL- uses user-provided callback functions, seeTaoTermCreateShell()TAOTERMSUM- a sum of multiple otherTaoTermsTAOTERMHALFL2SQUARED- \(\tfrac{1}{2}\|x - p\|_2^2\)TAOTERML1- \(\|x - p\|_1\)TAOTERMQUADRATIC- a quadratic form \(\tfrac{1}{2}(x - p)^T A (x - p)\)TAOTERMCALLBACKS- uses the callback functions set inTaoSetObjective(),TaoSetGradient(), etc.
See Also#
TAO: Optimization Solvers, TaoTerm: composable objective function terms, TaoTerm, TaoTermCreate(), TaoTermSetType(), TaoTermCreateShell()
Level#
intermediate
Location#
Examples#
Index of all TaoTerm routines
Table of Contents for all manual pages
Index of all manual pages