Python script implementation that suggests the allocation of wireless access points within a floor plan using GPU and Simulated Annealing features as the chosen meta-heuristic.
sudo apt update
sudo apt install build-essential \
software-properties-common \
python3-pip \
python3-distutils
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
To see more, see the documentation.