Changelog

0.2.3 (2019.2.15)

  • adding more details to tournament runs

  • update to tournament utilities of SCML2020

  • doc update and correcting a bug in world generation

  • better initialization of production graph depth

  • correcting default factory assignments (if any)

  • making do_nothing agent really do nothing in scml2020

  • removing unnecessary assertion

  • correcting world generation using the new width first approach

  • correcting world generation using the new width first approach

  • documentation update

  • adding no_logs option to SCMLWorld2019 and SCMLWorld2020

  • changing default logging location for SCML2019 and SCML2020 to ~/negmas/logs/tournament

  • changing the way worlds are generated in SCML2020 to minimize the number of agents per level allowing the depth to increase

  • removing built docs from the repository

  • modification to .gitignore

  • updating .gitignore

0.2.2 (2019.1.31)

  • adding components

  • adding second tutorial

0.2.1 (2019.1.23)

  • better tutorial

  • better strategies

0.2.0 (2019.1.8)

  • new interface for singing and callbacks

  • new interface for exogenous contracts

  • improved decentralizing strategy

0.1.5 (2019.12.11)

  • correcting tournament implementation for SCML2020

  • updates to SCML2019 agents to be compatible with newer versions of negmas

0.1.3 (2019-12-08)

  • adding run2020 to scml commands (see the command line tool’s documentation)

  • Now tournaments run for SCML 2020 configuration

0.1.2 (2019-12-01)

  • Adding SCML 2020 simulation.

0.1.1 (2019-11-25)

  • Adding all agents from SCML 2019 competition to the scml2019 package.

  • Adding first draft of SCML 2020 implementation.

0.1.0 (2019-11-20)

  • First release on PyPI.