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