XOr
- class aixd.sampler.operators.XOr(*args: Tuple[Boolean])[source]
Bases:
Boolean
Xor 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.