NOX
Development
|
Classes | |
class | Backtrack |
Generic backtracking line search. More... | |
class | Factory |
Factory to build line search objects derived from NOX::LineSearch::Generic. More... | |
class | FullStep |
Simplest line search - always take the full step. More... | |
class | Generic |
Base class line search interface. More... | |
class | MoreThuente |
More'-Thuente Line Search. Original code by Dianne O'Leary, modfified by Tammy Kolda and Roger Pawlowski for the NOX project. This version has been slightly optimized and also supports Homer Walker's work on adaptive forcing terms and Ared/Pred conditions. It also allows for arbitrary merit functions and norms to be supplied by the user. More... | |
class | NonlinearCG |
Use NonlinearCG linesearch. More... | |
class | Polynomial |
A polynomial line search, either quadratic or cubic. More... | |
class | SafeguardedStep |
A line search that determines the step size by capping the magnitue of specific entries of the direction vector. The limits are specified by a user defined vector. More... | |
class | UserDefinedFactory |
Pure virtual interface for users to supply their own line search objects. More... | |
class | UserDefinedFactoryT |
Concrete instantiation of a NOX::LineSearch::UserDefinedFactory object that uses the base objects only for constuction. More... | |
class | SafeguardedDirection |
NOX linesearches.