tao-2.2.2 2014-03-11

TAO Line Search Manual Pages

The Toolkit for Advance Optimization provides an interface to create line searches, customize them to a particular application, and apply them to a problem. Many of the options for TAO Line Searches can also be set at runtime.

Beginner - Basic usage
TaoLineSearchApply TaoLineSearchSetFromOptions TaoLineSearchSetType
TaoLineSearchCreate TaoLineSearchSetGradientRoutine TaoLineSearchSetVariableBounds
TaoLineSearchDestroy TaoLineSearchSetObjectiveAndGradientRoutine TaoLineSearchView
TaoLineSearchGetStepLength TaoLineSearchSetObjectiveRoutine
Intermediate - Setting options for algorithms and data structures
TaoLineSearchGetNumberFunctionEvaluations TaoLineSearchGetStartingVector TaoLineSearchSetInitialStepLength
Advanced - Setting more advanced options and customization
TaoLineSearchAppendOptionsPrefix TaoLineSearchGetStepDirection TaoLineSearchSetOptionsPrefix
TaoLineSearchGetOptionsPrefix TaoLineSearchSetObjectiveAndGTSRoutine
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
TaoLineSearchComputeGradient TaoLineSearchGetFullStepObjective TaoLineSearchRegisterDestroy
TaoLineSearchComputeObjectiveAndGradient TaoLineSearchGetSolution TaoLineSearchRegister
TaoLineSearchComputeObjectiveAndGTS TaoLineSearchGetType TaoLineSearchReset
TaoLineSearchComputeObjective TaoLineSearchInitializePackage TaoLineSearchSetUp
TaoLineSearchFinalizePackage TaoLineSearchIsUsingTaoSolverRoutines TaoLineSearchUseTaoSolverRoutines

Table of Contents