sarkas.processes.Simulation.setup_from_dict
sarkas.processes.Simulation.setup_from_dict#
- Simulation.setup_from_dict(input_dict)#
Setup simulations’ subclasses from a nested dictionary.
- Parameters
input_dict (dict) – Nested dictionary with all necessary simulations parameters.
Note
This method does the same as:meth:setup but without reading a yaml file. If you want to update the attributes of this class use
update_subclasses_from_dict().