-
foxes.input.yaml.run_obj_function(obj, fdict, algo, rlabels, verbosity=
None
)[source] Runs a function of an object
Parameters¶
- obj: object
The object
- fdict: dict
The function call dict
- algo: foxes.core.Algorithm
The algorithm
- rlabels: dict
Storage for result variables
- verbosity: int, optional
The verbosity level, 0 = silent
Returns¶
- results: object
The returns of the function