#include <NOX_LineSearch_FullStep.H>
Inheritance diagram for NOX::LineSearch::FullStep:
Public Member Functions | |
| FullStep (NOX::Parameter::List ¶ms) | |
| Constructor. | |
| ~FullStep () | |
| Destructor. | |
| bool | reset (NOX::Parameter::List ¶ms) |
| Reset parameters. | |
| bool | compute (NOX::Abstract::Group &newgrp, double &step, const NOX::Abstract::Vector &dir, const NOX::Solver::Generic &s) |
| Perform a line search. | |
This line search can be called via NOX::LineSearch::Manager.
The following parameters can be specified in the "Full Step" sublist of the "Line Search" sublist:
|
||||||||||||||||||||
|
Perform a line search. Let
In the end, we should have computed
Ideally, Implements NOX::LineSearch::Generic. |
1.3.9.1