Parameters#
- class relife.model.Parameters(**kwargs)[source]#
Tree-structured parameters.
Every
ParametricModel
are composed ofParameters
instance.Methods
all_items
del_leaf
get_leaf
parallel walk through key value pairs
set_leaf
set_names
set_values
update names and values of current and parent nodes
parallel iterations : faster than update_value followed by update_keys
update_parents
Attributes
keys of current and leaf nodes as list
data of current node as dict
values of current and leaf nodes as list
- property names#
keys of current and leaf nodes as list
- property node_data#
data of current node as dict
- property values#
values of current and leaf nodes as list