MechanismFactory

class negmas.situated.MechanismFactory(world, mechanism_name, mechanism_params, issues, req_id, caller, partners, roles=None, annotation=None, neg_n_steps=None, neg_time_limit=None, neg_step_time_limit=None, allow_self_negotiation=False, log_ufuns_file=None, group=None)[source]

Bases: object

A mechanism creation class. It can invite agents to join a mechanism and then run it.

Methods Summary

init()

rtype:

NegotiationInfo | None

Methods Documentation

init()[source]
Return type:

NegotiationInfo | None