ExpAspiration
- class negmas.negotiators.ExpAspiration(max_aspiration: float, aspiration_type: Literal['boulware'] | Literal['conceder'] | Literal['linear'] | float)[source]
Bases:
AspirationAn exponential conceding curve
- Parameters:
max_aspiration – The aspiration level to start from (usually 1.0)
aspiration_type – The aspiration type. Can be a string (“boulware”, “linear”, “conceder”) or a number giving the exponent of the aspiration curve.
Methods Summary
utility_at(t)The aspiration level
Methods Documentation