Package PyDSTool :: Package Toolbox :: Package optimizers :: Package tests :: Module test_rosenbrock :: Class Rosenbrock
[hide private]
[frames] | no frames]

Class Rosenbrock

source code

The Rosenbrock function

Instance Methods [hide private]
 
__init__(self, dimension)
Constructor
source code
 
__call__(self, x)
Get the value of the Rosenbrock function at a specific point
source code
 
gradient(self, x)
Evaluates the gradient of the function
source code
 
hessian(self, x)
Evaluates the gradient of the function
source code