combine_tournaments

negmas.tournaments.combine_tournaments(sources, dest, verbose=False)[source]

Combines contents of several tournament runs in the destination path allowing for continuation of the tournament

Parameters:
  • sources (Iterable[str | Path]) – The sources of tournaments in the filesystem

  • dest (str | Path) – where to store the combined tournament.

Return type:

tuple[int, int]

Returns:

Tuple[int, int] The number of base configs and assigned configs combined