[Bayes++] Code issues
Brought to you by:
mistevens
From: Fredrik O. <fre...@id...> - 2005-09-20 11:21:50
|
Hi, I've began examining Bayes++ for the past few weeks, and find it most interesting. However, I've discovered a couple of (possible) flaws in the code, namely: 1: "Bayes++\Test\random.hpp" Seeding for the random number generator does not seem to work. This is probable due to the lack of a seed value. Consider seeding the RNG with the result of a "time(0)" call (defined in <time.h>), or simmilar. 2: "Definite" spelling "Definite" in "positive semi definite" seems to be consistently spelled wrong (definate) regards. Fredrik Orderud |