firecrown.parameters.InternalParameter#
- class firecrown.parameters.InternalParameter(value)[source]#
Bases:
objectClass to represent an internally defined parameter.
- Parameters:
value (
float) –
Public Methods:
__init__(value)Creates a new InternalParameter instance.
set_value(value)Set the value of this parameter.
Return the current value of this parameter.