SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::optimization::test_problems::G03Objective Class Reference

G03 objective function. More...

#include <G03.hpp>

Inheritance diagram for sgpp::optimization::test_problems::G03Objective:
sgpp::optimization::test_problems::TestScalarFunction sgpp::base::ScalarFunction

Public Member Functions

void clone (std::unique_ptr< base::ScalarFunction > &clone) const override
 
double evalUndisplaced (const base::DataVector &x) override
 
 G03Objective (size_t d)
 Constructor.
 
 ~G03Objective () override
 Destructor.
 
- Public Member Functions inherited from sgpp::optimization::test_problems::TestScalarFunction
double eval (const base::DataVector &x) override
 Evaluate displaced function.
 
const base::DataVectorgetDisplacement () const
 
void setDisplacement (const base::DataVector &displacement)
 
 TestScalarFunction (size_t d)
 Constructor.
 
 ~TestScalarFunction () override
 Destructor.
 
- Public Member Functions inherited from sgpp::base::ScalarFunction
virtual void eval (const DataMatrix &x, DataVector &value)
 Convenience method for calculating \(f(\vec{x})\) for multiple \(\vec{x}\).
 
size_t getNumberOfParameters () const
 
 ScalarFunction (size_t d)
 Constructor.
 
virtual ~ScalarFunction ()
 Destructor.
 

Additional Inherited Members

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

Detailed Description

G03 objective function.

Definition:

\[\bar{f}(\bar{\vec{x}}) := -\prod_{t=1}^d \bar{x}_t\]

Constructor & Destructor Documentation

◆ G03Objective()

sgpp::optimization::test_problems::G03Objective::G03Objective ( size_t  d)
explicit

Constructor.

Parameters
dnumber of parameters

◆ ~G03Objective()

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

Destructor.

Member Function Documentation

◆ clone()

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

Implements sgpp::base::ScalarFunction.

References clone().

Referenced by clone().

◆ evalUndisplaced()

double sgpp::optimization::test_problems::G03Objective::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::base::ScalarFunction::d.


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