Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 8, 2020 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/8cf0044e6efef9f6f481962ccf67d4f9 to your computer and use it in GitHub Desktop.
Save amankharwal/8cf0044e6efef9f6f481962ccf67d4f9 to your computer and use it in GitHub Desktop.
population = 10
mp3Cnt = 100
generationsPerCD = 3
maxFileSize = 100
mp3s = maxFileSize*np.random.rand(mp3Cnt, 1)
train(mp3Cnt, mp3s, population, generationsPerCD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment