genius_bridge_is_running

negmas.genius.genius_bridge_is_running(port=25337)[source]

Checks whether a Genius Bridge is running. A genius bridge allows you to use GeniusNegotiator objects.

Remarks: :rtype: bool

You can start a Genius Bridge in at least three ways:

  • execute the python function init_genius_bridge() in this module

  • run “negmas genius” on the terminal

  • execute GeniusBridge.start()