Package park :: Package optim :: Module fitde :: Class FitDE

Class FitDE

source code


Differential evolution optimizer.

This implements park.fit.Fitter.

Instance Methods
 
__init__(self)
Parameters are defined by park.fitmc.fitmc.
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__

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 
Parameters are defined by park.fitmc.fitmc.
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.