Package park :: Package optim :: Module snobfit :: Class Snobfit

Class Snobfit

source code


Response surface optimizer

This implements park.fit.Fitter.

Instance Methods
 
__init__(self, **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
fit(self, objective, handler)
Run a monte carlo fit.
source code

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

Class Variables
  p = 0.5
  dn = 5
  maxiter = 1000
  maxfun = 1000
  nstop = 50
Properties

Inherited from object: __class__

Method Details

__init__(self, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__

fit(self, objective, handler)

source code 

Run a monte carlo fit.

This procedure maps a local optimizer across a set of initial points.