Skip to content

Instantly share code, notes, and snippets.

@tarlanahad
Created January 16, 2020 14:16
Show Gist options
  • Save tarlanahad/ff3639f2a12b0959fa4d2bb14eb1be7d to your computer and use it in GitHub Desktop.
Save tarlanahad/ff3639f2a12b0959fa4d2bb14eb1be7d to your computer and use it in GitHub Desktop.
pso = PSO(dims=2, numOfBoids=30, numOfEpochs=500)
pso.optimize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment