Skip to content

Instantly share code, notes, and snippets.

@karls
karls / swarm_opt.py
Created February 29, 2012 13:02 — forked from mossblaser/swarm_opt.py
Python Swarm Thingy
#!/usr/bin/python
import random
from math import sin, sqrt
################################################################################
# Function to minimise
################################################################################