class documentation
class PriorParam:
Class that holds parameter information.
- name : str
- String used to identify the parameter
- domain : tuple[float,float]
- Range of possible values the parameter can take
- is_const : bool
- Flag that signals if this parameter is a constant, constant parameters will use
const_value
- const_value : float
- A value to use when const, and for example plots
- description : str
- A string that describes what this parameter represents
Method | __repr__ |
Undocumented |
Method | linear |
Returns a function that linearly transforms the parameter's domain to an out_domain |
Method | linear |
Returns a function that linearly transforms an in_domain to the parameter's domain |
Method | to |
Undocumented |
Class Variable | const |
Undocumented |
Class Variable | description |
Undocumented |
Class Variable | domain |
Undocumented |
Class Variable | is |
Undocumented |
Class Variable | name |
Undocumented |