This article is very interesting. A very hot topic in parallel computing these days is power consumption and this is the first that I've heard of the parallel power law. I'm intrigued.
Monthly Archives: February 2010
Particle Swarm Optimization
Posted by Robert Green
on February 1, 2010
No comments
In pursuing some of my research as of late, I needed to use Particle Swarm Optimization. All I wanted was some simple code for both Real and Binary PSO - but I couldn't find anything I like! So, I'm providing a file containing both along with the RNG that I used. Please be aware that this code has not been refined. It's clear, but rather ugly.