WorldGenerator

class negmas.tournaments.WorldGenerator(*args, **kwargs)[source]

Bases: Protocol

A callback-protocol specifying the signature of a world generator function that can be passed to tournament

Parameters:

kwargs – key-value pairs of arguments.

See also

tournament

Methods Summary

__call__(**kwargs)

Generates a world

Methods Documentation

__call__(**kwargs)[source]

Generates a world

Return type:

World