Skip to content

Instantly share code, notes, and snippets.

@ahornerr
Created May 1, 2015 01:32
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 ahornerr/9d7ff2937e9e77e2a3c3 to your computer and use it in GitHub Desktop.
Save ahornerr/9d7ff2937e9e77e2a3c3 to your computer and use it in GitHub Desktop.
{
"algorithm": "particleSwarm",
"fitnessFunction": "sphere",
"parameters": {
"dimension": 3,
"isMaxObj": true,
"numRuns": 100,
"iterations": 100,
"numParticles": 100,
"minPosition": -5.12,
"maxPosition": 5.12,
"minVelocity": -3.5,
"maxVelocity": 3.5,
"inertiaWeight": 1,
"cognitiveWeight": 2.05,
"socialWeight": 2.05
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment