# Particle-Swarm-Optimization-with-Python **Repository Path**: mrchip233/Particle-Swarm-Optimization-with-Python ## Basic Information - **Project Name**: Particle-Swarm-Optimization-with-Python - **Description**: Learn about particle swarm optimization (PSO) through Python! - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-10 - **Last Updated**: 2023-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Particle Swarm Optimization with Python These files accompany a series of tutorials that I created to cover the topic of Particle Swarm Optimization (PSO) written in the Python language. ### simple-particle-swarm-optimization.py This is a bare bones PSO implementation. It is useful to anyone new to PSO and looking to get a good understanding of how it works. The tutorial can be found here: https://nathanrooy.github.io/posts/2016-08-17/simple-particle-swarm-optimization-with-python/ ### advanced-particle-swarm-optimization.py (coming soon...)