project-rig / rig

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

Fix non-deterministic behaviour in SA algorithm. #260

Closed mossblaser closed 8 years ago

mossblaser commented 8 years ago

This bugfix makes the SA algorithm's output reproducible if given the same graph and a random number generator with the same seed.

mundya commented 8 years ago

LGTM, thank you

mossblaser commented 8 years ago

Thanks very much @mundya.