And

class aixd.sampler.operators.And(*args: Tuple[Boolean])[source]

Bases: Boolean

And 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

Evaluate the operator with given data.

Inherited Methods

is_differentiable

Check if the operator is differentiable.

print_all

Print the operator and all its arguments.