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>

Inheritance diagram for FAckley:

ObjectiveFunction

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:

Generated on Thu Aug 28 18:34:42 2008 for Dolphin by  doxygen 1.5.6