PolyAspiration
- class negmas.negotiators.PolyAspiration(max_aspiration, aspiration_type)[source]
Bases:
AspirationA polynomially conceding curve
- Parameters:
max_aspiration (
float) – The aspiration level to start from (usually 1.0)aspiration_type (
Union[Literal['boulware'],Literal['conceder'],Literal['linear'],Literal['hardheaded'],float]) – 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