Many local minima with a smooth enveloppe.
More...
#include <primatologist/optimization/test_functions.h>
Many local minima with a smooth enveloppe.
Definition at line 31 of file test_functions.h.
◆ Rastrigin()
aims::math::Rastrigin::Rastrigin |
( |
int |
n = 2 , |
|
|
float |
A = 10. |
|
) |
| |
◆ ~Rastrigin()
aims::math::Rastrigin::~Rastrigin |
( |
| ) |
|
◆ derivative()
Vector aims::math::Rastrigin::derivative |
( |
const Vector & |
x | ) |
const |
◆ exactMin()
Vector aims::math::Rastrigin::exactMin |
( |
| ) |
const |
◆ exactMinValue()
float aims::math::Rastrigin::exactMinValue |
( |
| ) |
const |
◆ hessian()
Matrix aims::math::Rastrigin::hessian |
( |
const Vector & |
x | ) |
const |
◆ value()
float aims::math::Rastrigin::value |
( |
const Vector & |
x | ) |
const |
◆ _A
float aims::math::Rastrigin::_A |
|
protected |
◆ _n
float aims::math::Rastrigin::_n |
|
protected |
The documentation for this class was generated from the following file: