SimpleTournamentResults

class negmas.tournaments.SimpleTournamentResults(scores, details, scores_summary, final_scores, path=None)[source]

Bases: object

Attributes Summary

details

All negotiation results

final_scores

A list of negotiators and their final scores sorted from highest (winner) to lowest score

path

Location at which the logs are stored

scores

All scores per negotiator

scores_summary

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

path: Optional[Path]

Location at which the logs are stored

scores: DataFrame

All scores per negotiator

scores_summary: DataFrame

All score statistics summarized per type