CADETProcess.performance.RankedPerformance

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:
performance

Performance: Performance object.

ranking

list[float]: Relative weighting factors for multi component evaluation.

Methods

to_dict()

Return dictionary representation of the object.

See also

Performance
ranked_objective_decorator