The project was developed to address the problem of voting in a multi-agent systems. The system was developed to work with the Python SPADE (Smart Python multi-Agent Development Environment) library and its main purpose is to vote in a meeting.
You will need spade library to run the Python program.
pip install spade
The following are the installation steps:
Clone the repo
git clone https://github.com/bzitkovic/multiagent-system-voting-problem.git
Install SPADE library
pip install spade
You can run the program in two ways (depending on the voting method used and the number of agents you want to have).
First:
python3 main.py plurality 10
Second:
python3 main.py runoff 10
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.