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

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.