CADETProcess.performance.Productivity

Contents

CADETProcess.performance.Productivity#

class CADETProcess.performance.Productivity(ranking: str | list[float] | int | None = None)[source]#

Performance indicator based on the productivity of each component in the system.

Attributes:
bad_metrics

int: Bad metrics to use when evaluation fails.

ranking

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

Methods

__call__(performance)

Evaluate the performance indicator for the given performance data.

evaluate(performance)

Evaluate the performance indicator for the given performance data.