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