#include <ObjectiveFunctions.h>

Public Member Functions | |
| RosenbrockRotated (unsigned d=29) | |
| Constructor. | |
| ~RosenbrockRotated () | |
| Destructor. | |
Protected Attributes | |
| Rosenbrock | base |
| non-transformed base model | |
The Generalized Rosenbrock's function with a linear transformation applied to the search space :
where y is defined by:
where O is an arbitrary orthogonal rotation matrix.
Definition at line 346 of file ObjectiveFunctions.h.
| RosenbrockRotated::RosenbrockRotated | ( | unsigned | d = 29 |
) |
Constructor.
Definition at line 451 of file ObjectiveFunctions.cpp.
References ObjectiveFunction::m_name.
| RosenbrockRotated::~RosenbrockRotated | ( | ) |
Rosenbrock RosenbrockRotated::base [protected] |