Skip to content

Instantly share code, notes, and snippets.

View dimidagd's full-sized avatar
🏠
Working from home

dimidagd

🏠
Working from home
  • Denmark
View GitHub Profile
@dimidagd
dimidagd / pso.py
Created July 24, 2020 08:21 — forked from halolimat/pso.py
A module that solves a minimization problem using Particle Swarm Optimization (PSO)
#!/usr/bin/env python
################################################################################
# File name: pso.py #
# Description: A module that solves a minimization problem using PSO #
#------------------------------------------------------------------------------#
# Author: Hussein S. Al-Olimat #
# Email: hussein@knoesis.org #
#------------------------------------------------------------------------------#
# Date-last-modified: Nov 7, 2016 #