get_anac_agents

negmas.genius.get_anac_agents(*, year=None, linear=None, learning=None, multilateral=None, bilateral=None, reservation=None, discounting=None, uncertainty=None, elicitation=None, winners_only=False, finalists_only=False)[source]

Get Genius agents matching some given criteria

Return type

List[Tuple[str, str]]

Returns

a list of 2-item tuples giving agent name and java class name.

Remarks:
  • For all criteria other than winners_only, and finalists_only, passing None means no constraints otherwise the game on the given year must match the criterion value (True or False) to get agents from this year.

  • This function uses a heuristic and may not be completely accurate. Use with caution.