structify_net.scoring.scores_for_generators
- structify_net.scoring.scores_for_generators(generators, scores=None, runs=1, details=False, latex_names=True)
Scores for a list of generators
- Args:
generators (_type_): A dictionary of generators such as {name:generator} scores (_type_, optional): a dictionary of scores such as {name:score}. Defaults to None. runs (int, optional): Number of runs. Defaults to 1. details (bool, optional): If True, the results of each run are returned. Defaults to False. latex_names (bool, optional): If True, the names of the scores are latex formulas. Defaults to True.
- Returns:
_type_: _description_