An efficacy specfication is a contract that is associated to each Goal that defines the various efficacy indicators a strategy achieving the associated goal should provide within its solution. Indeed, each solution proposed by a strategy will be validated against this contract before calculating its global efficacy.
Bases: object
Compute the global efficacy for the goal it achieves
Parameters: | indicators_map (IndicatorsMap instance) – dict-like object containing the efficacy indicators related to this spec |
---|---|
Raises: | NotImplementedError |
Returns: | Indicator instance |
List the specifications of the indicator for this efficacy spec
Returns: | Tuple of indicator specifications |
---|---|
Return type: | Tuple of IndicatorSpecification instances |