#include <SensAlgorithm.hpp>
|
| | SensAlgorithm (std::vector< SmartPtr< SchurDriver > > &driver_vec, SmartPtr< SensitivityStepCalculator > sens_step_calc, SmartPtr< Measurement > measurement, Index n_sens_steps) |
| | This is the interface for the actual controller. More...
|
| |
| virtual | ~SensAlgorithm () |
| |
| 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...
|
| |
| SensAlgorithmExitStatus | Run () |
| | Main loop: Wait for new measurement, Get new step, maybe deal with bounds, see to it that everything happens in the required timeframe. More...
|
| |
| SensAlgorithmExitStatus | ComputeSensitivityMatrix (void) |
| |
| Index | nl (void) |
| | accessor methods to get access to variable sizes More...
|
| |
| Index | nx (void) |
| |
| Index | nzl (void) |
| |
| Index | nzu (void) |
| |
| Index | ns (void) |
| |
| Index | np (void) |
| |
| 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 19 of file SensAlgorithm.hpp.
This is the interface for the actual controller.
It handles Data input to the controller (measurement) and returns controls
| virtual Ipopt::SensAlgorithm::~SensAlgorithm |
( |
| ) |
|
|
virtual |
| virtual bool Ipopt::SensAlgorithm::InitializeImpl |
( |
const OptionsList & |
options, |
|
|
const std::string & |
prefix |
|
) |
| |
|
virtual |
Main loop: Wait for new measurement, Get new step, maybe deal with bounds, see to it that everything happens in the required timeframe.
| Index Ipopt::SensAlgorithm::nl |
( |
void |
| ) |
|
|
inline |
accessor methods to get access to variable sizes
Definition at line 44 of file SensAlgorithm.hpp.
| Index Ipopt::SensAlgorithm::nx |
( |
void |
| ) |
|
|
inline |
| Index Ipopt::SensAlgorithm::nzl |
( |
void |
| ) |
|
|
inline |
| Index Ipopt::SensAlgorithm::nzu |
( |
void |
| ) |
|
|
inline |
| Index Ipopt::SensAlgorithm::ns |
( |
void |
| ) |
|
|
inline |
| Index Ipopt::SensAlgorithm::np |
( |
void |
| ) |
|
|
inline |
| void Ipopt::SensAlgorithm::GetDirectionalDerivatives |
( |
void |
| ) |
|
|
private |
method to extract sensitivity vectors
| void Ipopt::SensAlgorithm::GetSensitivityMatrix |
( |
Index |
col | ) |
|
|
private |
method to extract sensitivity matrix
private method used to uncale perturbed solution and sensitivities
| Number* Ipopt::SensAlgorithm::DirectionalD_X_ |
array place holders to store the vector of sensitivities
Definition at line 52 of file SensAlgorithm.hpp.
| Number* Ipopt::SensAlgorithm::DirectionalD_L_ |
| Number* Ipopt::SensAlgorithm::DirectionalD_Z_U_ |
| Number* Ipopt::SensAlgorithm::DirectionalD_Z_L_ |
| Number* Ipopt::SensAlgorithm::SensitivityM_X_ |
array place holders for the sensitivity matrix
Definition at line 58 of file SensAlgorithm.hpp.
| Number* Ipopt::SensAlgorithm::SensitivityM_L_ |
| Number* Ipopt::SensAlgorithm::SensitivityM_Z_U_ |
| Number* Ipopt::SensAlgorithm::SensitivityM_Z_L_ |
| Index Ipopt::SensAlgorithm::nl_ |
|
private |
| Index Ipopt::SensAlgorithm::nx_ |
|
private |
| Index Ipopt::SensAlgorithm::nzl_ |
|
private |
| Index Ipopt::SensAlgorithm::nzu_ |
|
private |
| Index Ipopt::SensAlgorithm::nceq_ |
|
private |
| Index Ipopt::SensAlgorithm::ncineq_ |
|
private |
| Index Ipopt::SensAlgorithm::ns_ |
|
private |
| Index Ipopt::SensAlgorithm::np_ |
|
private |
| Index Ipopt::SensAlgorithm::n_sens_steps_ |
|
private |
The documentation for this class was generated from the following file: