firecrown.parameters.InternalParameter

class firecrown.parameters.InternalParameter(value)[source]

Bases: object

Class to represent an internally defined parameter.

Parameters

value (float) –

Public Methods:

__init__(value)

Creates a new InternalParameter instance that represents an internal parameter with its value defined by value.

set_value(value)

Set the value of this parameter.

get_value()

Return the current value of this parameter.


get_value()[source]

Return the current value of this parameter.

Return type

float

set_value(value)[source]

Set the value of this parameter.

Parameters

value (float) – new value