#include <ObjectiveFunctions.h>

Public Member Functions | |
| DiffPowRotated (unsigned d) | |
| Constructor. | |
| ~DiffPowRotated () | |
| Destructor. | |
Protected Attributes | |
| DiffPow | base |
| non-transformed base model | |
The DiffPow 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 405 of file ObjectiveFunctions.h.
| DiffPowRotated::DiffPowRotated | ( | unsigned | d | ) |
Constructor.
Definition at line 512 of file ObjectiveFunctions.cpp.
References ObjectiveFunction::m_name.
| DiffPowRotated::~DiffPowRotated | ( | ) |
DiffPow DiffPowRotated::base [protected] |