brew install pipx # on MacOS
pipx install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txtpython3.11 main.py
# or
make
# or run with bayesian
python3.11 bayesian_test.py # (still w.i.p)
# and then
make visualizeTo package application, run
./package.shand then copy paperYong.zip into https://colab.research.google.com/drive/1NCsgLwqATucfGTXeq-zE_tdnc7lwOdR0?usp=sharing
or use the local GPU
... or use Makefile
make help