Make the instance generator select proposal topics from a Zipf distribution, and
authorMatt McCutchen <matt@mattmccutchen.net>
Sat, 2 Aug 2008 20:11:15 +0000 (16:11 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Sat, 2 Aug 2008 20:11:15 +0000 (16:11 -0400)
commit8723ed6adebc35a25ca240acdb587444c85fb44f
tree46a5f9d1cfef36ebb8a1dfac8f3790026b6bc943
parent93082682db1a115cfe8b485d30df6e4856207d4b
Make the instance generator select proposal topics from a Zipf distribution, and
make the Zipf distribution exponent and the number of topics configurable.
program/PMConfig.hs
program/PMDefaults.hs
program/PMInstanceGenerator.hs
program/RandomizedMonad.hs
program/TestUtils.hs