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