characterization

Package Contents

Classes

class InterfaceCharacterization[source]

Interface for the evaluation of a device

__str__()[source]

Return str(self).

class Characterization[source]

Bases: optimeed.optimize.characterization.interfaceCharacterization.InterfaceCharacterization

Interface for the evaluation of a device

compute(theDevice)[source]

Action to perform to characterize (= compute the objective function) of the device.

Parameters:theDevice – the device to characterize