FRastrigin Class Reference
Implementation of the Rastrigin function. f(x) = sum{i = 1..n}(x(i) ^ 2 - 10 * cos(2 * PI * x(i)) + 10).
More...
#include <FRastrigin.h>
List of all members.
|
Public Member Functions |
| FRastrigin (int nDimensions) |
Detailed Description
Implementation of the Rastrigin function. f(x) = sum{i = 1..n}(x(i) ^ 2 - 10 * cos(2 * PI * x(i)) + 10).
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>
Constructor & Destructor Documentation
FRastrigin::FRastrigin |
( |
int |
nDimensions |
) |
|
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>
The documentation for this class was generated from the following files:
- D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FRastrigin.h
- D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FRastrigin.cpp