Public Member Functions | Protected Member Functions | Private Attributes | List of all members

TBD. More...

#include <export_gauss_newton_hpmpc.hpp>

Inheritance diagram for ExportGaussNewtonHpmpc:
Inheritance graph
[legend]

Public Member Functions

 ExportGaussNewtonHpmpc (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
 
virtual returnValue getCode (ExportStatementBlock &code)
 
virtual returnValue getDataDeclarations (ExportStatementBlock &declarations, ExportStruct dataStruct=ACADO_ANY) const
 
virtual returnValue getFunctionDeclarations (ExportStatementBlock &declarations) const
 
unsigned getNumQPvars () const
 
virtual returnValue setup ()
 
virtual ~ExportGaussNewtonHpmpc ()
 
- Public Member Functions inherited from ExportNLPSolver
 ExportNLPSolver (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName="")
 
unsigned getNumComplexConstraints (void)
 
unsigned getNumPathConstraints (void)
 
bool initialStateFixed () const
 
bool performsSingleShooting () const
 
returnValue setConstraints (const OCP &_ocp)
 
returnValue setGeneralObjective (const Objective &_objective)
 
returnValue setIntegratorExport (IntegratorExportPtr const _integrator)
 
returnValue setLevenbergMarquardt (double _levenbergMarquardt)
 
returnValue setLSQObjective (const Objective &_objective)
 
returnValue setObjective (const Objective &_objective)
 
bool usingLinearTerms () const
 
unsigned weightingMatricesType (void) const
 
virtual ~ExportNLPSolver ()
 
- Public Member Functions inherited from ExportAlgorithm
 ExportAlgorithm (UserInteraction *_userInteraction=0, const std::string &_commonHeaderName=std::string())
 
uint getN () const
 
uint getNDX () const
 
uint getNOD () const
 
uint getNP () const
 
uint getNU () const
 
uint getNX () const
 
uint getNXA () const
 
uint getNY () const
 
uint getNYN () const
 
returnValue setDimensions (uint _NX=0, uint _NU=0, uint _NP=0, uint _NI=0, uint _NOD=0)
 
returnValue setDimensions (uint _NX, uint _NDX, uint _NXA, uint _NU, uint _NP, uint _NI, uint _NOD)
 
void setNY (uint NY_)
 
void setNYN (uint NYN_)
 
virtual ~ExportAlgorithm ()
 
- Public Member Functions inherited from AlgorithmicBase
int addLogRecord (LogRecord &_record)
 
returnValue addOption (OptionsName name, int value)
 
returnValue addOption (OptionsName name, double value)
 
returnValue addOption (uint idx, OptionsName name, int value)
 
returnValue addOption (uint idx, OptionsName name, double value)
 
returnValue addOptionsList ()
 
 AlgorithmicBase ()
 
 AlgorithmicBase (UserInteraction *_userInteraction)
 
 AlgorithmicBase (const AlgorithmicBase &rhs)
 
returnValue get (OptionsName name, int &value) const
 
returnValue get (OptionsName name, double &value) const
 
returnValue get (OptionsName name, std::string &value) const
 
returnValue get (uint idx, OptionsName name, int &value) const
 
returnValue get (uint idx, OptionsName name, double &value) const
 
returnValue getAll (LogName _name, MatrixVariablesGrid &values) const
 
returnValue getFirst (LogName _name, DMatrix &firstValue) const
 
returnValue getFirst (LogName _name, VariablesGrid &firstValue) const
 
returnValue getLast (LogName _name, DMatrix &lastValue) const
 
returnValue getLast (LogName _name, VariablesGrid &lastValue) const
 
Options getOptions (uint idx) const
 
BooleanType haveOptionsChanged () const
 
BooleanType haveOptionsChanged (uint idx) const
 
AlgorithmicBaseoperator= (const AlgorithmicBase &rhs)
 
returnValue plot (PlotFrequency _frequency=PLOT_IN_ANY_CASE)
 
returnValue printLogRecord (std::ostream &_stream, int idx, LogPrintMode _mode=PRINT_ITEM_BY_ITEM) const
 
returnValue replot (PlotFrequency _frequency=PLOT_IN_ANY_CASE)
 
returnValue set (OptionsName name, int value)
 
returnValue set (OptionsName name, double value)
 
returnValue set (OptionsName name, const std::string &value)
 
returnValue set (uint idx, OptionsName name, int value)
 
returnValue set (uint idx, OptionsName name, double value)
 
returnValue setAll (LogName _name, const MatrixVariablesGrid &values)
 
returnValue setLast (LogName _name, int lastValue, double time=-INFTY)
 
returnValue setLast (LogName _name, double lastValue, double time=-INFTY)
 
returnValue setLast (LogName _name, const DVector &lastValue, double time=-INFTY)
 
returnValue setLast (LogName _name, const DMatrix &lastValue, double time=-INFTY)
 
returnValue setLast (LogName _name, const VariablesGrid &lastValue, double time=-INFTY)
 
returnValue setOptions (const Options &arg)
 
returnValue setOptions (uint idx, const Options &arg)
 
virtual ~AlgorithmicBase ()
 

Protected Member Functions

virtual returnValue setupConstraintsEvaluation (void)
 
virtual returnValue setupEvaluation ()
 
virtual returnValue setupMultiplicationRoutines ()
 
virtual returnValue setupObjectiveEvaluation (void)
 
virtual returnValue setupQPInterface ()
 
virtual returnValue setupVariables ()
 
- Protected Member Functions inherited from ExportNLPSolver
returnValue setupArrivalCostCalculation ()
 
returnValue setupAuxiliaryFunctions ()
 
virtual returnValue setupGetGeneralObjective ()
 
virtual returnValue setupGetLSQObjective ()
 
virtual returnValue setupGetObjective ()
 
virtual returnValue setupInitialization ()
 
virtual returnValue setupSimulation (void)
 

Private Attributes

ExportVariable x0
 
Objective evaluation
ExportFunction evaluateObjective
 
ExportFunction setStagef
 
ExportFunction setObjQ1Q2
 
ExportFunction setObjR1R2
 
ExportFunction setObjS1
 
ExportFunction setObjQN1QN2
 
Constraint evaluation
ExportFunction evaluateConstraints
 
ExportFunction setStagePac
 
unsigned qpDimHtot
 
unsigned qpDimH
 
unsigned qpDimHN
 
std::vector< unsigned > qpConDim
 
RTI related
ExportFunction preparation
 
ExportFunction feedback
 
ExportFunction getKKT
 
Helper functions
ExportFunction acc
 
QP interface
ExportVariable qpQ
 
ExportVariable qpQf
 
ExportVariable qpS
 
ExportVariable qpR
 
ExportVariable qpq
 
ExportVariable qpqf
 
ExportVariable qpr
 
ExportVariable qpx
 
ExportVariable qpu
 
ExportVariable evLbValues
 
ExportVariable evUbValues
 
ExportVariable qpLb
 
ExportVariable qpUb
 
ExportVariable qpLbA
 
ExportVariable qpUbA
 
ExportVariable sigmaN
 
ExportVariable qpLambda
 
ExportVariable qpMu
 
ExportVariable qpSlacks
 
ExportVariable nIt
 
std::shared_ptr< ExportHpmpcInterfaceqpInterface
 

Additional Inherited Members

- Protected Attributes inherited from ExportNLPSolver
IntegratorExportPtr integrator
 
ExportFunction modelSimulation
 
ExportVariable state
 
ExportVariable x
 
ExportVariable z
 
ExportVariable u
 
ExportVariable od
 
ExportVariable d
 
ExportVariable evGx
 
ExportVariable evGu
 
double levenbergMarquardt
 
ExportVariable y
 
ExportVariable yN
 
ExportVariable Dy
 
ExportVariable DyN
 
ExportVariable mu
 
ExportVariable objg
 
ExportVariable objS
 
ExportVariable objSEndTerm
 
ExportVariable objEvFx
 
ExportVariable objEvFu
 
ExportVariable objEvFxEnd
 
ExportVariable objEvFxx
 
ExportVariable objEvFxu
 
ExportVariable objEvFuu
 
ExportVariable objEvFxxEnd
 
ExportVariable objAuxVar
 
ExportVariable objValueIn
 
ExportVariable objValueOut
 
ExportAcadoFunction evaluateStageCost
 
ExportAcadoFunction evaluateTerminalCost
 
ExportVariable Q1
 
ExportVariable Q2
 
ExportVariable R1
 
ExportVariable R2
 
ExportVariable S1
 
ExportVariable QN1
 
ExportVariable QN2
 
ExportVariable objSlx
 
ExportVariable objSlu
 
bool diagonalH
 
bool diagonalHN
 
VariablesGrid uBounds
 
VariablesGrid xBounds
 
unsigned dimPacH
 
ExportAcadoFunction evaluatePathConstraints
 
ExportVariable conAuxVar
 
ExportVariable conValueIn
 
ExportVariable conValueOut
 
DVector lbPathConValues
 
DVector ubPathConValues
 
ExportVariable pacEvH
 
ExportVariable pacEvHx
 
ExportVariable pacEvHu
 
ExportVariable pacEvHxd
 
ExportVariable pacEvDDH
 
unsigned dimPocH
 
std::vector< std::shared_ptr< ExportAcadoFunction > > evaluatePointConstraints
 
DVector lbPointConValues
 
DVector ubPointConValues
 
std::vector< DVectorpocLbStack
 
std::vector< DVectorpocUbStack
 
ExportVariable pocEvH
 
ExportVariable pocEvHx
 
ExportVariable pocEvHu
 
ExportVariable pocEvHxd
 
ExportFunction initialize
 
ExportFunction shiftStates
 
ExportFunction shiftControls
 
ExportFunction getObjective
 
ExportFunction initializeNodes
 
ExportFunction updateArrivalCost
 
ExportCholeskyDecomposition cholObjS
 
ExportCholeskyDecomposition cholSAC
 
ExportHouseholderQR acSolver
 
ExportVariable acA
 
ExportVariable acb
 
ExportVariable acP
 
ExportVariable acTmp
 
ExportVariable acWL
 
ExportVariable acVL
 
ExportVariable acHx
 
ExportVariable acHu
 
ExportVariable acXx
 
ExportVariable acXu
 
ExportVariable acXTilde
 
ExportVariable acHTilde
 
ExportVariable SAC
 
ExportVariable xAC
 
ExportVariable DxAC
 
ExportFunction regularizeHessian
 
ExportFunction regularization
 
- Protected Attributes inherited from ExportAlgorithm
std::string commonHeaderName
 
uint N
 
uint NDX
 
uint NOD
 
uint NP
 
uint NU
 
uint NX
 
uint NXA
 
uint NY
 
uint NYN
 
- Protected Attributes inherited from AlgorithmicBase
int outputLoggingIdx
 
BooleanType useModuleStandalone
 
UserInteractionuserInteraction
 

Detailed Description

TBD.

TBD

\author Milan Vukov

Definition at line 50 of file export_gauss_newton_hpmpc.hpp.

Constructor & Destructor Documentation

ExportGaussNewtonHpmpc::ExportGaussNewtonHpmpc ( UserInteraction _userInteraction = 0,
const std::string &  _commonHeaderName = "" 
)

Default constructor.

@param[in] _userInteraction         Pointer to corresponding user interface.
@param[in] _commonHeaderName        Name of common header file to be included.

Definition at line 39 of file export_gauss_newton_hpmpc.cpp.

virtual ExportGaussNewtonHpmpc::~ExportGaussNewtonHpmpc ( )
inlinevirtual

Destructor.

Definition at line 65 of file export_gauss_newton_hpmpc.hpp.

Member Function Documentation

returnValue ExportGaussNewtonHpmpc::getCode ( ExportStatementBlock code)
virtual

Exports source code of the auto-generated condensing algorithm into the given directory.

@param[in] code                             Code block containing the auto-generated condensing algorithm.

\return SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 127 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::getDataDeclarations ( ExportStatementBlock declarations,
ExportStruct  dataStruct = ACADO_ANY 
) const
virtual

Adds all data declarations of the auto-generated condensing algorithm to given list of declarations.

Parameters
[in]declarationsList of declarations.
Returns
SUCCESSFUL_RETURN

Reimplemented from ExportNLPSolver.

Definition at line 65 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::getFunctionDeclarations ( ExportStatementBlock declarations) const
virtual

Adds all function (forward) declarations of the auto-generated condensing algorithm to given list of declarations.

Parameters
[in]declarationsList of declarations.
Returns
SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 108 of file export_gauss_newton_hpmpc.cpp.

unsigned ExportGaussNewtonHpmpc::getNumQPvars ( ) const
virtual

Returns number of variables in underlying QP.

Returns
Number of variables in underlying QP

Implements ExportNLPSolver.

Definition at line 209 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setup ( )
virtual

Initializes export of an algorithm.

\return SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 44 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupConstraintsEvaluation ( void  )
protectedvirtual

Set-up evaluation of constraints

  • box constraints on states and controls
Returns
SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 500 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupEvaluation ( )
protectedvirtual

Exports source code containing the evaluation routines of the algorithm.

\return SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 849 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupMultiplicationRoutines ( )
protectedvirtual

Exports source code containing the multiplication routines of the algorithm.

\return SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 844 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupObjectiveEvaluation ( void  )
protectedvirtual

Setting up of an objective evaluation:

  • functions and derivatives evaulation
  • creating Hessians and gradients
Returns
SUCCESSFUL_RETURN

Definition at line 221 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupQPInterface ( )
protectedvirtual

Definition at line 1090 of file export_gauss_newton_hpmpc.cpp.

returnValue ExportGaussNewtonHpmpc::setupVariables ( )
protectedvirtual

Initialization of all member variables.

\return SUCCESSFUL_RETURN

Implements ExportNLPSolver.

Definition at line 826 of file export_gauss_newton_hpmpc.cpp.

Member Data Documentation

ExportFunction ExportGaussNewtonHpmpc::acc
private

Definition at line 187 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::evaluateConstraints
private

Definition at line 169 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::evaluateObjective
private

Definition at line 156 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::evLbValues
private

Definition at line 198 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::evUbValues
private

Definition at line 198 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::feedback
private

Definition at line 180 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::getKKT
private

Definition at line 182 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::nIt
private

Definition at line 207 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::preparation
private

Definition at line 179 of file export_gauss_newton_hpmpc.hpp.

std::vector< unsigned > ExportGaussNewtonHpmpc::qpConDim
private

Definition at line 174 of file export_gauss_newton_hpmpc.hpp.

unsigned ExportGaussNewtonHpmpc::qpDimH
private

Definition at line 172 of file export_gauss_newton_hpmpc.hpp.

unsigned ExportGaussNewtonHpmpc::qpDimHN
private

Definition at line 173 of file export_gauss_newton_hpmpc.hpp.

unsigned ExportGaussNewtonHpmpc::qpDimHtot
private

Definition at line 171 of file export_gauss_newton_hpmpc.hpp.

std::shared_ptr< ExportHpmpcInterface > ExportGaussNewtonHpmpc::qpInterface
private

Definition at line 211 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpLambda
private

Definition at line 205 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpLb
private

Definition at line 199 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpLbA
private

Definition at line 201 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpMu
private

Definition at line 205 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpQ
private

Definition at line 193 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpq
private

Definition at line 195 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpQf
private

Definition at line 193 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpqf
private

Definition at line 195 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpR
private

Definition at line 193 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpr
private

Definition at line 195 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpS
private

Definition at line 193 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpSlacks
private

Definition at line 205 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpu
private

Definition at line 196 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpUb
private

Definition at line 199 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpUbA
private

Definition at line 201 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::qpx
private

Definition at line 196 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setObjQ1Q2
private

Definition at line 160 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setObjQN1QN2
private

Definition at line 163 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setObjR1R2
private

Definition at line 161 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setObjS1
private

Definition at line 162 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setStagef
private

Definition at line 158 of file export_gauss_newton_hpmpc.hpp.

ExportFunction ExportGaussNewtonHpmpc::setStagePac
private

Definition at line 170 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::sigmaN
private

Definition at line 203 of file export_gauss_newton_hpmpc.hpp.

ExportVariable ExportGaussNewtonHpmpc::x0
private

Current state feedback.

Definition at line 152 of file export_gauss_newton_hpmpc.hpp.


The documentation for this class was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:23