SG++-Doxygen-Documentation
sgpp::optimization::test_problems::G11Objective Class Reference

G11 objective function. More...

#include <G11.hpp>

Inheritance diagram for sgpp::optimization::test_problems::G11Objective:
sgpp::optimization::test_problems::TestScalarFunction sgpp::optimization::ScalarFunction

Public Member Functions

void clone (std::unique_ptr< ScalarFunction > &clone) const override
 
double evalUndisplaced (const base::DataVector &x) override
 
 G11Objective ()
 Constructor. More...
 
 ~G11Objective () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::optimization::test_problems::TestScalarFunction
double eval (const base::DataVector &x) override
 Evaluate displaced function. More...
 
const base::DataVectorgetDisplacement () const
 
void setDisplacement (const base::DataVector &displacement)
 
 TestScalarFunction (size_t d)
 Constructor. More...
 
 ~TestScalarFunction () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::optimization::ScalarFunction
size_t getNumberOfParameters () const
 
 ScalarFunction (size_t d)
 Constructor. More...
 
virtual ~ScalarFunction ()
 Destructor. More...
 

Additional Inherited Members

- Protected Attributes inherited from sgpp::optimization::test_problems::TestScalarFunction
base::DataVector displacement
 displacement vector More...
 
base::DataVector xTmp
 temporary vector for displacing More...
 
- Protected Attributes inherited from sgpp::optimization::ScalarFunction
size_t d
 dimension of the domain More...
 

Detailed Description

G11 objective function.

Definition:

\[\bar{f}(\bar{\vec{x}}) := \bar{x}_1^2 + (\bar{x}_2 - 1)^2\]

Constructor & Destructor Documentation

◆ G11Objective()

sgpp::optimization::test_problems::G11Objective::G11Objective ( )

Constructor.

Referenced by clone().

◆ ~G11Objective()

sgpp::optimization::test_problems::G11Objective::~G11Objective ( )
override

Destructor.

Member Function Documentation

◆ clone()

void sgpp::optimization::test_problems::G11Objective::clone ( std::unique_ptr< ScalarFunction > &  clone) const
overridevirtual
Parameters
[out]clonepointer to cloned object

Implements sgpp::optimization::ScalarFunction.

References G11Objective().

◆ evalUndisplaced()

double sgpp::optimization::test_problems::G11Objective::evalUndisplaced ( const base::DataVector x)
overridevirtual
Parameters
xpoint \(\vec{x} \in [0, 1]^d\)
Returns
\(f(\vec{x})\)

Implements sgpp::optimization::test_problems::TestScalarFunction.

References sgpp::combigrid::pow().


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