FGriewank Class Reference
Implementation of the Griewank function. f(x) = sum{i = 1..n}(x(i) ^ 2) / 4000 - prod{i = 1..n}(cos(x(i) / sqrt(i))) + 1.
More...
#include <FGriewank.h>
List of all members.
|
Public Member Functions |
| FGriewank (int nDimensions) |
Detailed Description
Implementation of the Griewank function. f(x) = sum{i = 1..n}(x(i) ^ 2) / 4000 - prod{i = 1..n}(cos(x(i) / sqrt(i))) + 1.
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>
Constructor & Destructor Documentation
FGriewank::FGriewank |
( |
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/FGriewank.h
- D:/HUYNQ/Works/Codes/Dolphin/Dolphin/ObjectiveFunctions/FGriewank.cpp