objAndCons

Package Contents

class FastObjCons(constraintEquation, name=None)[source]

Bases: optimeed.optimize.objAndCons.interfaceObjCons.InterfaceObjCons

Convenience class to create an objective or a constraint very fast.

compute(self, theDevice)[source]
get_name(self)[source]
class InterfaceObjCons[source]

Bases: optimeed.core.options.Option_class

Interface class for objectives and constraints. The objective is to MINIMIZE and the constraint has to respect VALUE <= 0

get_name(self)[source]
__str__(self)[source]