Constant
- class aixd.sampler.operators.Constant(value)[source]
Bases:
Operator
Trivial operator, just returning the stored value.
- Parameters:
valie (of an type, to be set as constant to for example evaluate an objective.) – The arguments to initialize the operator.
Methods
Evaluate the operator with given data.
Inherited Methods
Check if the operator is differentiable.
Print the operator and all its arguments.