Package PyDSTool :: Package Toolbox :: Package optimizers :: Package step :: Module goldstein_price_step :: Class GoldsteinPriceStep
[hide private]
[frames] | no frames]

Class GoldsteinPriceStep

source code

object --+
         |
        GoldsteinPriceStep

The Goldstein-Price step

Instance Methods [hide private]
 
__init__(self, mu=0.1)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, function, point, state)
Computes Goldstein-Price step
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mu=0.1)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__