CADETProcess.performance.RankedPerformance#
- class CADETProcess.performance.RankedPerformance(performance: Performance, ranking: str | list[float] | int)[source]#
Class for calculating a weighted average of the Performance.
- Attributes:
performancePerformance: Performance object.
rankinglist[float]: Relative weighting factors for multi component evaluation.
Methods
to_dict()Return dictionary representation of the object.
See also
Performanceranked_objective_decorator