#include "petsctao.h" PetscErrorCode TaoSetType(Tao tao, const TaoType type)Collective on Tao Many br
solver | - the Tao solver context Many br | |
type | - a known method Many br |
nls | - Newton's method with line search for unconstrained minimization Many br | |
ntr | - Newton's method with trust region for unconstrained minimization Many br | |
ntl | - Newton's method with trust region, line search for unconstrained minimization Many br | |
lmvm | - Limited memory variable metric method for unconstrained minimization Many br | |
cg | - Nonlinear conjugate gradient method for unconstrained minimization Many br | |
nm | - Nelder-Mead algorithm for derivate-free unconstrained minimization Many br | |
tron | - Newton Trust Region method for bound constrained minimization Many br | |
gpcg | - Newton Trust Region method for quadratic bound constrained minimization Many br | |
blmvm | - Limited memory variable metric method for bound constrained minimization Many br | |
pounders | - Model-based algorithm pounder extended for nonlinear least squares Many br |
Many br
Level:intermediate
Location:src/tao/interface/taosolver.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages