[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PDP++: SameSeedBatch bug
If anyone happens to be using the SameSeedBatch process in PDP++,
especially in conjunction with the startup_pb.css parallel-batch
startup script, read this important error message:
2003-11-16 Randall C. O'Reilly <oreilly@dream>
* src/pdp/procs_extra.cc (SameSeedBatch): MAJOR bugs with this
object. When run with startup_pb.css script (i.e., running
parallel batches across multiple different processors), the first
batch run on every processor ended up with the weights of the
network of batch 0, regardless of which batch it should have
actually started on. Also, in the gui, doing Step would result in
a reset of the seed to the original starting seed every time.
And, ReInit, Run would not give the same results as GoTo(0) (which
is what is called by startup_pb.css). All these bugs are now fixed!
An updated source tar file with this fix will be available soon.
- Randy