Skip to content

Instantly share code, notes, and snippets.

View arjun-prakash's full-sized avatar

Arjun arjun-prakash

View GitHub Profile
@arjun-prakash
arjun-prakash / keybase.md
Created April 30, 2018 05:46
keybase.md

Keybase proof

I hereby claim:

  • I am arjun-prakash on github.
  • I am arjunp (https://keybase.io/arjunp) on keybase.
  • I have a public key ASA_o0qY2o8gl9iqS6SWfkL9e93XYOOLpUhKOkjMQBE8Qgo

To claim this, I am signing this object:

import random
from pyswarm import pso
import numpy as np
def RandoStrat1(soldiers,castles):
"""
generates random strategies without biases (according to paper)
the search space was too large for this to be viable
"""