Package PyDSTool :: Package Toolbox :: Package optimizers :: Package tests :: Module test_powell :: Class Powell
[hide private]
[frames] | no frames]

Class Powell

source code

The Powell function

Instance Methods [hide private]
 
__call__(self, x)
Get the value of the Powell 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