primatologist-gpl  5.1.2
aims::math::Booth Class Reference

#include <primatologist/optimization/test_functions.h>

Public Member Functions

 Booth ()
 
 ~Booth ()
 
float value (const Vector &x) const
 
Vector derivative (const Vector &x) const
 
Matrix hessian (const Vector &x) const
 
Vector exactMin () const
 
float exactMinValue () const
 

Detailed Description

Definition at line 166 of file test_functions.h.

Constructor & Destructor Documentation

◆ Booth()

aims::math::Booth::Booth ( )

◆ ~Booth()

aims::math::Booth::~Booth ( )

Member Function Documentation

◆ derivative()

Vector aims::math::Booth::derivative ( const Vector x) const

◆ exactMin()

Vector aims::math::Booth::exactMin ( ) const

◆ exactMinValue()

float aims::math::Booth::exactMinValue ( ) const

◆ hessian()

Matrix aims::math::Booth::hessian ( const Vector x) const

◆ value()

float aims::math::Booth::value ( const Vector x) const

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