class HCL_ALFcnlGrad_d : public HCL_FunctionalGrad_d

HCL_ALFcnlGrad_d implements an Augmented Lagrangian functional; it is itended for use with HCL_CMinAL_d

Inheritance:


Public Methods

virtual HCL_VectorSpace_d& Domain ()
Domain space access.
virtual HCL_EvaluateFunctionalGrad_d* EvaluateGrad ( const HCL_Vector_d & x )
EvaluateGrad creates an "evaluation" object, which knows how to compute the function value and gradient at the given x
HCL_ALFcnlGrad_d ( HCL_FunctionalGrad_d * ff, HCL_OpDerivAdj_d * GG, HCL_Vector_d * l, double rho=1.0, HCL_LinearOpAdj_d * SS=NULL )
Usual constructor.
virtual double MaxStep ( const HCL_Vector_d & x, const HCL_Vector_d &dir)
MaxStep computes the longest vector from x in the direction dir that will lie in the domain of the functional, i
Table& Parameters ()
Access to parameter table

Public

I/O
virtual ostream& Write ( ostream & str )
Write prints out some useful information about the function.

Inherited from HCL_FunctionalGrad_d:

Public Methods

int CheckGrad( const HCL_Vector_d & x, const HCL_Vector_d & y, ostream & str, int n=10, double hmin=0.1, double hmax=1.0 )
virtual void Gradient( const HCL_Vector_d & x, HCL_Vector_d & g )
virtual double Value( const HCL_Vector_d & x )
virtual ostream& Write( ostream & str )

Inherited from HCL_Functional_d:

Public Methods

void Scan( const HCL_Vector_d & x, const HCL_Vector_d & dx, int N, double hmin, double hmax, char * fname = NULL )

Inherited from HCL_Base:

Public Methods

int Count()
void DecCount()
void IncCount()

Private Fields

int ReferenceCount

Documentation

HCL_ALFcnlGrad_d implements an Augmented Lagrangian functional; it is itended for use with HCL_CMinAL_d
HCL_ALFcnlGrad_d( HCL_FunctionalGrad_d * ff, HCL_OpDerivAdj_d * GG, HCL_Vector_d * l, double rho=1.0, HCL_LinearOpAdj_d * SS=NULL )
Usual constructor.

virtual HCL_VectorSpace_d& Domain()
Domain space access.

virtual double MaxStep( const HCL_Vector_d & x, const HCL_Vector_d &dir)
MaxStep computes the longest vector from x in the direction dir that will lie in the domain of the functional, i.e. it computes the greatest $a$ such that $x + a*dir$ lies in the domain.

Table& Parameters()
Access to parameter table

virtual HCL_EvaluateFunctionalGrad_d* EvaluateGrad( const HCL_Vector_d & x )
EvaluateGrad creates an "evaluation" object, which knows how to compute the function value and gradient at the given x

I/O

virtual ostream& Write( ostream & str )
Write prints out some useful information about the function.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de