Package park :: Package fitting :: Module fit :: Class Fitter

Class Fitter

source code


Abstract interface for a fitness optimizer.

A fitter has a single method, fit, which takes an objective function (park.fit.Objective) and a handler.

For a concrete instance see park.fitmc.FitMC.

Instance Methods
 
prepare(self)
Do the necessary work to prepare to fitter.
source code
 
cleanup(self)
Perform any cleanup required after the fitter is complete.
source code
 
fit(self, objective, handler) source code

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

Properties

Inherited from object: __class__