#include <SensStdStepCalc.hpp>
|
| | StdStepCalculator (SmartPtr< SchurData > ift_data, SmartPtr< SensBacksolver > backsolver) |
| |
| virtual | ~StdStepCalculator () |
| |
| virtual bool | InitializeImpl (const OptionsList &options, const std::string &prefix) |
| | Implementation of the initialization method that has to be overloaded by for each derived class. More...
|
| |
| virtual bool | Step (DenseVector &delta_u, IteratesVector &sol) |
| | This is the main algorithmic function of this class; It calculates a step using its SchurDriver, checks bounds, and returns it. More...
|
| |
| bool | BoundCheck (IteratesVector &sol, std::vector< Index > &x_bound_violations_idx, std::vector< Number > &x_bound_violations_du) |
| |
| virtual SmartPtr< IteratesVector > | GetSensitivityVector (void) |
| | return the sensitivity vector More...
|
| |
| | SensitivityStepCalculator () |
| |
| virtual | ~SensitivityStepCalculator () |
| |
| bool | Do_Boundcheck () const |
| |
| void | SetSchurDriver (SmartPtr< SchurDriver > driver) |
| |
| SmartPtr< SchurDriver > | Driver () |
| |
| bool | Initialize (const Journalist &jnlst, IpoptNLP &ip_nlp, IpoptData &ip_data, IpoptCalculatedQuantities &ip_cq, const OptionsList &options, const std::string &prefix) |
| | This method is called every time the algorithm starts again - it is used to reset any internal state. More...
|
| |
| bool | ReducedInitialize (const Journalist &jnlst, const OptionsList &options, const std::string &prefix) |
| | Reduced version of the Initialize method, which does not require special Ipopt information. More...
|
| |
| | AlgorithmStrategyObject () |
| | Default Constructor. More...
|
| |
| virtual | ~AlgorithmStrategyObject () |
| | Default Destructor. More...
|
| |
| | ReferencedObject () |
| |
| virtual | ~ReferencedObject () |
| |
| Index | ReferenceCount () const |
| |
| void | AddRef (const Referencer *referencer) const |
| |
| void | ReleaseRef (const Referencer *referencer) const |
| |
Definition at line 22 of file SensStdStepCalc.hpp.
| virtual Ipopt::StdStepCalculator::~StdStepCalculator |
( |
| ) |
|
|
virtual |
| virtual bool Ipopt::StdStepCalculator::InitializeImpl |
( |
const OptionsList & |
options, |
|
|
const std::string & |
prefix |
|
) |
| |
|
virtual |
| bool Ipopt::StdStepCalculator::BoundCheck |
( |
IteratesVector & |
sol, |
|
|
std::vector< Index > & |
x_bound_violations_idx, |
|
|
std::vector< Number > & |
x_bound_violations_du |
|
) |
| |
| Number Ipopt::StdStepCalculator::bound_eps_ |
|
private |
| bool Ipopt::StdStepCalculator::kkt_residuals_ |
|
private |
The documentation for this class was generated from the following file: