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

digraph inheritanceee1cf33a9f { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Constant" [URL="../api/mrmustard.math.parameters.Constant.html#mrmustard.math.parameters.Constant",color=lightskyblue1,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style=filled,target="_top",tooltip="A parameter with a constant, immutable value."]; "Variable" [URL="../api/mrmustard.math.parameters.Variable.html#mrmustard.math.parameters.Variable",color=lightskyblue1,fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style=filled,target="_top",tooltip="A parameter whose value can change."]; }