Pow

class aixd.sampler.operators.Pow(base: Operator, exponent: Operator)[source]

Bases: Arithmetic

Power of base to exponent operation. Only operates when the evaluate method is called.

Parameters:
  • base (Arithmetic operator) – Value to exponentiate.

  • exponent (Arithmetic operator) – Value to exponentiate.

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.