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

G12 constrained test problem. More...

#include <G12.hpp>

Inheritance diagram for sgpp::optimization::test_problems::G12:
sgpp::optimization::test_problems::ConstrainedTestProblem

Public Member Functions

 G12 ()
 Constructor. More...
 
TestVectorFunctiongetEqualityConstraintFunction () override
 
TestVectorFunctiongetInequalityConstraintFunction () override
 
TestScalarFunctiongetObjectiveFunction () override
 
double getOptimalPointUndisplaced (base::DataVector &x) override
 
 ~G12 () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::optimization::test_problems::ConstrainedTestProblem
 ConstrainedTestProblem (size_t d)
 Constructor. More...
 
void generateDisplacement ()
 Generate normally distributed pseudorandom displacement with default standard deviation. More...
 
void generateDisplacement (double stdDev)
 Generate normally distributed pseudorandom displacement. More...
 
const base::DataVectorgetDisplacement () const
 
double getOptimalPoint (base::DataVector &x)
 Returns the minimal point of the displaced function. More...
 
void setDisplacement (const base::DataVector &displacement)
 Returns the displacement vector. More...
 
virtual ~ConstrainedTestProblem ()
 Destructor. More...
 

Protected Attributes

G12Objective f
 objective function More...
 
G12InequalityConstraint g
 inequality constraint function More...
 
G12EqualityConstraint h
 equality constraint function More...
 
- Protected Attributes inherited from sgpp::optimization::test_problems::ConstrainedTestProblem
size_t d
 number of parameters More...
 
base::DataVector displacement
 displacement vector More...
 

Additional Inherited Members

- Static Public Attributes inherited from sgpp::optimization::test_problems::ConstrainedTestProblem
static constexpr double DEFAULT_STANDARD_DEVIATION = 0.01
 default standard deviation for the displacement vector More...
 
- Protected Member Functions inherited from sgpp::optimization::test_problems::ConstrainedTestProblem
virtual bool isDisplacementFeasible ()
 Checks if the current displacement is ok for the specific objective function. More...
 

Detailed Description

G12 constrained test problem.

  • Number of parameters: 3
  • Number of inequality constraints: 1
  • Number of equality constraints: 0
  • Domain: \(\bar{\vec{x}} \in [0, 10]^3\)
  • Optimal point: \(\bar{\vec{x}}_{\text{opt}} = (5, 5, 5)\)
  • Optimal function value: \(\bar{f}(\bar{\vec{x}}_{\text{opt}}) = -1\)

Constructor & Destructor Documentation

◆ G12()

sgpp::optimization::test_problems::G12::G12 ( )

Constructor.

◆ ~G12()

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

Destructor.

Member Function Documentation

◆ getEqualityConstraintFunction()

TestVectorFunction & sgpp::optimization::test_problems::G12::getEqualityConstraintFunction ( )
overridevirtual
Returns
equality constraint function of the test problem

Implements sgpp::optimization::test_problems::ConstrainedTestProblem.

References h.

◆ getInequalityConstraintFunction()

TestVectorFunction & sgpp::optimization::test_problems::G12::getInequalityConstraintFunction ( )
overridevirtual
Returns
inequality function of the test problem

Implements sgpp::optimization::test_problems::ConstrainedTestProblem.

References g.

◆ getObjectiveFunction()

TestScalarFunction & sgpp::optimization::test_problems::G12::getObjectiveFunction ( )
overridevirtual
Returns
objective function of the test problem

Implements sgpp::optimization::test_problems::ConstrainedTestProblem.

References f.

◆ getOptimalPointUndisplaced()

double sgpp::optimization::test_problems::G12::getOptimalPointUndisplaced ( base::DataVector x)
overridevirtual
Parameters
[out]xminimal point \(\vec{x}_\opt \in [0, 1]^d\)
Returns
minimal function value \(f(\vec{x}_\opt)\)

Implements sgpp::optimization::test_problems::ConstrainedTestProblem.

References sgpp::base::DataVector::setAll().

Member Data Documentation

◆ f

G12Objective sgpp::optimization::test_problems::G12::f
protected

objective function

Referenced by getObjectiveFunction().

◆ g

G12InequalityConstraint sgpp::optimization::test_problems::G12::g
protected

inequality constraint function

Referenced by getInequalityConstraintFunction().

◆ h

G12EqualityConstraint sgpp::optimization::test_problems::G12::h
protected

equality constraint function

Referenced by getEqualityConstraintFunction().


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