genius_bridge_is_running
- negmas.genius.genius_bridge_is_running(port: int = 25337) bool[source]
Checks whether a Genius Bridge is running. A genius bridge allows you to use
GeniusNegotiatorobjects.Remarks:
You can start a Genius Bridge in at least three ways:
execute the python function
init_genius_bridge()in this modulerun “negmas genius” on the terminal
execute
GeniusBridge.start()