combine_tournaments

negmas.tournaments.combine_tournaments(sources: Iterable[str | Path], dest: str | Path, verbose=False) tuple[int, int][source]

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

Parameters:
  • sources – The sources of tournaments in the filesystem

  • dest – where to store the combined tournament.

Returns:

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