8.2. copro.evaluation.fill_out_dict¶
- copro.evaluation.fill_out_dict(out_dict, eval_dict)[source]¶
Appends the computed metric score per run to the main output dictionary. All metrics are initialized in init_out_dict().
- Parameters
out_dict (dict) – main output dictionary.
eval_dict (dict) – dictionary containing scores per simulation.
- Returns
dictionary with collected scores for each simulation
- Return type
dict