SimpleTournamentResults
- class negmas.tournaments.SimpleTournamentResults(scores, details, scores_summary, final_scores, path=None)[source]
Bases:
objectAttributes Summary
All negotiation results
A list of negotiators and their final scores sorted from highest (winner) to lowest score
Location at which the logs are stored
All scores per negotiator
All score statistics summarized per type
Attributes Documentation
-
details:
DataFrame All negotiation results
-
final_scores:
DataFrame A list of negotiators and their final scores sorted from highest (winner) to lowest score
-
scores:
DataFrame All scores per negotiator
-
scores_summary:
DataFrame All score statistics summarized per type
-
details: