characterization

Package Contents

class InterfaceCharacterization[source]

Interface for the evaluation of a device

abstract compute(self, theDevice)[source]

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

Parameters

theDevice – the device to characterize

__str__(self)[source]
class Characterization[source]

Bases: optimeed.optimize.characterization.interfaceCharacterization.InterfaceCharacterization

compute(self, theDevice)[source]