Equal
- class aixd.sampler.operators.Equal(*args: Tuple[Operator])[source]
Bases:
Boolean
Equal boolean operation. Only operates when the evaluate method is called.
- Parameters:
*args (list of float, int, str, Operator, or DataObject.) – List of value to operate on iteratively.
Methods
Evaluate the operator with given data.
Inherited Methods
Check if the operator is differentiable.
Print the operator and all its arguments.