CADETProcess.comparison.Comparator.__call__#
- Comparator.__call__(simulation_results: SimulationResults) list[float]#
Evaluate all metrics for a given simulation and return the results as a list.
- Parameters:
- simulation_resultsSimulationResults
The SimulationResults object containing the solutions for all metrics.
- Returns:
- list[float]
A list containing the values of all difference of metrics after comparison.