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

Soland objective function. More...

#include <Soland.hpp>

Inheritance diagram for sgpp::optimization::test_problems::SolandObjective:
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
 
 SolandObjective ()
 Constructor. More...
 
 ~SolandObjective () 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

Soland objective function.

Definition:

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

Constructor & Destructor Documentation

◆ SolandObjective()

sgpp::optimization::test_problems::SolandObjective::SolandObjective ( )

Constructor.

Referenced by clone().

◆ ~SolandObjective()

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

Destructor.

Member Function Documentation

◆ clone()

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

Implements sgpp::optimization::ScalarFunction.

References SolandObjective().

◆ evalUndisplaced()

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

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


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