PSO applied to function maximization.
- Python version: 3.8
- Initialize a new virtualenv
python3 -m virtualenv .virtualenv
- Enter the environment
source .virtualenv/bin/activate
- Install the dependencies
pip install -r requirements.txt -r requirements_dev.txt
jupyter notebook