Skip to content

Instantly share code, notes, and snippets.

View sakshamsharma's full-sized avatar
💻
Hacking

Saksham Sharma sakshamsharma

💻
Hacking
View GitHub Profile
"""
My Python spin on this:
http://burakkanber.com/blog/machine-learning-genetic-algorithms-in-javascript-part-2/
"""
import math
import random
import sys
from copy import copy
from optparse import OptionParser