CADETProcess.comparison.Comparator.evaluate#
- Comparator.evaluate(simulation_results: SimulationResults) list[float][source]#
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.