#include <SensMetadataMeasurement.hpp>
|
| MetadataMeasurement () |
|
virtual | ~MetadataMeasurement () |
|
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.
|
|
virtual std::vector< Index > | GetInitialEqConstraints () |
| This function returns a std::vector holding the indices in IteratesVector of the equations that are to be "slacked" to free the initial values for sIPOPT.
|
|
virtual SmartPtr< DenseVector > | GetMeasurement (Index measurement_number) |
| This function returns delta_u.
|
|
virtual void | SetSolution (Index measurement_number, SmartPtr< IteratesVector > sol) |
| This function does whatever the measurement machine does with the solution of the SensAlgorithm.
|
|
virtual std::vector< Index > | GetIntegerSuffix (std::string suffix_string) |
|
| Measurement () |
| This class provides an abstraction for the measurements of the states coming in and the solutions of the controller.
|
|
virtual | ~Measurement () |
|
| ReferencedObject () |
|
virtual | ~ReferencedObject () |
|
Index | ReferenceCount () const |
|
void | AddRef (const Referencer *referencer) const |
|
void | ReleaseRef (const Referencer *referencer) const |
|
Public Member Functions inherited from Ipopt::SuffixHandler |
| SuffixHandler () |
|
virtual | ~SuffixHandler () |
|
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.
|
|
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.
|
|
| AlgorithmStrategyObject () |
| Default Constructor.
|
|
virtual | ~AlgorithmStrategyObject () |
| Destructor.
|
|
Definition at line 17 of file SensMetadataMeasurement.hpp.
◆ MetadataMeasurement()
Ipopt::MetadataMeasurement::MetadataMeasurement |
( |
| ) |
|
◆ ~MetadataMeasurement()
virtual Ipopt::MetadataMeasurement::~MetadataMeasurement |
( |
| ) |
|
|
virtual |
◆ InitializeImpl()
◆ GetInitialEqConstraints()
virtual std::vector< Index > Ipopt::MetadataMeasurement::GetInitialEqConstraints |
( |
| ) |
|
|
virtual |
This function returns a std::vector holding the indices in IteratesVector of the equations that are to be "slacked" to free the initial values for sIPOPT.
This std::vector is used in the construction of the A-SchurData for the Schur Decomposition.
Implements Ipopt::Measurement.
◆ GetMeasurement()
◆ SetSolution()
◆ GetIntegerSuffix()
virtual std::vector< Index > Ipopt::MetadataMeasurement::GetIntegerSuffix |
( |
std::string |
suffix_string | ) |
|
|
virtual |
◆ n_idx_
Index Ipopt::MetadataMeasurement::n_idx_ |
|
private |
◆ x_owner_space_
◆ s_owner_space_
◆ y_c_owner_space_
◆ y_d_owner_space_
◆ z_L_owner_space_
◆ z_U_owner_space_
The documentation for this class was generated from the following file: