Skip to content

carmelofilho/PSO

Repository files navigation

PSO example

Paulo Rocha

About

A Particle Swarm Optmization algorithm and example of results.

Librarys and packages

  • Pandas
  • Numpy
  • Matplotlib
  • Seaborn
  • Jupyter
  • Tqdm

How to test it locally

  1. run git clone https://github.com/PauloHARocha/pso-example.git to clone this repository
  2. make sure you have python 3 installed in your local machine, you can download at https://python.org
  3. cd pso-example/ then run virtualenv env --python=python3 to create the python environment
  4. source env/bin/activate to start the environment and pip install -r requirements.txt to install the librarys
  5. jupyter notebook Convergence_Boxplot_example.ipynb to initialize Jupyter

Releases

No releases published

Packages

No packages published