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>

Inheritance diagram for FRosenbrock:

ObjectiveFunction

List of all members.

Public Member Functions

 FRosenbrock (int nDimensions)


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:

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