Convex function with a valley.
More...
#include <primatologist/optimization/test_functions.h>
Convex function with a valley.
Definition at line 107 of file test_functions.h.
◆ Rosenbrock()
aims::math::Rosenbrock::Rosenbrock |
( |
int |
n = 2 | ) |
|
◆ ~Rosenbrock()
aims::math::Rosenbrock::~Rosenbrock |
( |
| ) |
|
◆ derivative()
Vector aims::math::Rosenbrock::derivative |
( |
const Vector & |
x | ) |
const |
◆ exactMin()
Vector aims::math::Rosenbrock::exactMin |
( |
| ) |
const |
◆ exactMinValue()
float aims::math::Rosenbrock::exactMinValue |
( |
| ) |
const |
◆ hessian()
Matrix aims::math::Rosenbrock::hessian |
( |
const Vector & |
x | ) |
const |
◆ value()
float aims::math::Rosenbrock::value |
( |
const Vector & |
x | ) |
const |
◆ _n
float aims::math::Rosenbrock::_n |
|
protected |
The documentation for this class was generated from the following file: