Particle Swarm Optimisation Usage make build to build the app. make start to start the app. Once started, app can be accessed on "localhost:8501" make stop to stop the app. Pytest To run tests, you will need to pip install -e . in the backend dir, and then run pytest in root dir