project-rig / rig

A collection of tools for developing SpiNNaker applications.
GNU General Public License v2.0
4 stars 0 forks source link

Add 'rand' uniform-random placer. #172

Closed mossblaser closed 9 years ago

mossblaser commented 9 years ago

This placer is intended as a baseline for comparing placement algorithms. It places each vertex on a random core (not sequentially filling random chips like the sa placer with effort=0.0) and respects all constraints.

mundya commented 9 years ago

LGTM, feel free to ignore my incredibly picky reviewing!

mossblaser commented 9 years ago

Thanks very much for that; @mundya!

mundya commented 9 years ago

No problem - feel free to merge after the tests.

Rigged