**characterization** ============================================ .. py:module:: optimeed.optimize.characterization .. toctree:: :titlesonly: :maxdepth: 1 characterization/index.rst interfaceCharacterization/index.rst Package Contents ---------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.optimize.characterization.InterfaceCharacterization optimeed.optimize.characterization.Characterization .. py:class:: InterfaceCharacterization Interface for the evaluation of a device .. py:method:: compute(theDevice) :abstractmethod: Action to perform to characterize (= compute the objective function) of the device. :param theDevice: the device to characterize .. py:method:: __str__() Return str(self). .. py:class:: Characterization Bases: :py:obj:`optimeed.optimize.characterization.interfaceCharacterization.InterfaceCharacterization` Interface for the evaluation of a device .. py:method:: compute(theDevice) Action to perform to characterize (= compute the objective function) of the device. :param theDevice: the device to characterize