bluepyopt.ephys.objectivescalculators# Score calculator classes class bluepyopt.ephys.objectivescalculators.ObjectivesCalculator(objectives=None)[source]# Bases: object Score calculator Constructor Parameters: objectives (list of Objective) – objectives over which to calculate calculate_scores(responses)[source]# Calculator the score for every objective calculate_values(responses)[source]# Calculator the value of each objective