First release candidate for the Randomized Equal Gain solution.
v0.1-RC2A
We are closing in to a final release. This release contains some bugfixes and a view interface tweaks. Since this release we do not longer distribute executable's, since we cannot maintain all the different platforms.
To work with this release, Python 3.6 or newer is required. Checkout https://www.python.org/downloads/ for the latest release. Make sure you install [IDLE](https://docs.python.org/3/library/idle.html) along with Python. In most cases IDLE is installed default with Python 3.6.
Download the source code from this page and extract it to a known location.
Open the [IDLE](https://docs.python.org/3/library/idle.html) application. In the IDLE program, go to File -> Open and select the file 'decide-gui.py' in the location where you extracted the source code. This will open a separate window containing the code needed for running the model interface.
Go to Run -> Run module in the new openend window to open the user interface for running the model. Now you are ready to run the model.
In the interface you need to select your input file and specify you output directory. You can tweak the amount of negotiation round and the number of repetitions. When you know what you are doing select the variance checkbox.