Arenas
Arenas are objects that manage populations of competitors and their matchups. Currently there is only one type of arena implemented, LambdaArenas
Lambda Arena
Helpers
- class elote.arenas.base.History[source]
- class elote.arenas.base.Bout(a, b, predicted_outcome, outcome, attributes=None)[source]
- Parameters:
a –
b –
predicted_outcome –
outcome –
attributes –
- predicted_loser(lower_threshold=0.5, upper_threshold=0.5)[source]
- Parameters:
lower_threshold –
upper_threshold –
- Returns: