CADETProcess.performance.RankedPerformance#

class CADETProcess.performance.RankedPerformance(performance: Performance, ranking: str | list[float] | int)[source]#

Bases: object

Class for calculating a weighted average of the Performance.

See also

Performance
ranked_objective_decorator
property performance: Performance#

Performance: Performance object.

property ranking: list[float]#

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

to_dict() dict[source]#

Return dictionary representation of the object.