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

Michalewicz unconstrained test problem. More...

#include <Michalewicz.hpp>

Inheritance diagram for sgpp::optimization::test_problems::Michalewicz:
sgpp::optimization::test_problems::UnconstrainedTestProblem

Public Member Functions

TestScalarFunctiongetObjectiveFunction () override
 
double getOptimalPointUndisplaced (base::DataVector &x) override
 
 Michalewicz ()
 Constructor. More...
 
 ~Michalewicz () override
 Destructor. More...
 
- Public Member Functions inherited from sgpp::optimization::test_problems::UnconstrainedTestProblem
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)
 Sets the displacement vector. More...
 
 UnconstrainedTestProblem (size_t d)
 Constructor. More...
 
virtual ~UnconstrainedTestProblem ()
 Destructor. More...
 

Protected Attributes

MichalewiczObjective f
 objective function More...
 
- Protected Attributes inherited from sgpp::optimization::test_problems::UnconstrainedTestProblem
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::UnconstrainedTestProblem
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::UnconstrainedTestProblem
virtual bool isDisplacementFeasible ()
 Checks if the current displacement is ok for the specific objective function. More...
 

Detailed Description

Michalewicz unconstrained test problem.

  • Number of parameters: 2
  • Domain: \(\bar{\vec{x}} \in [0, 5]^2\)
  • Optimal point: \(\bar{\vec{x}}_{\text{opt}} = (2.202906, \pi/2)\)
  • Optimal function value: \(\bar{f}(\bar{\vec{x}}_{\text{opt}}) = -1.801303\)

Constructor & Destructor Documentation

◆ Michalewicz()

sgpp::optimization::test_problems::Michalewicz::Michalewicz ( )

Constructor.

◆ ~Michalewicz()

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

Destructor.

Member Function Documentation

◆ getObjectiveFunction()

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

Implements sgpp::optimization::test_problems::UnconstrainedTestProblem.

References f.

◆ getOptimalPointUndisplaced()

double sgpp::optimization::test_problems::Michalewicz::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::UnconstrainedTestProblem.

References M_PI.

Member Data Documentation

◆ f

MichalewiczObjective sgpp::optimization::test_problems::Michalewicz::f
protected

objective function

Referenced by getObjectiveFunction().


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