Parameters

This module contains the classes to describe constant and variable parameters used in Mr Mustard.

Classes

Constant(value, name)

A parameter with a constant, immutable value.

Variable(value, name[, bounds, update_fn])

A parameter whose value can change.

Class Inheritance Diagram

Inheritance diagram of mrmustard.math.parameters.Constant, mrmustard.math.parameters.Variable