mosesdecoder/contrib/mira
Jeroen Vermeulen 10bd942127 Seed the randomizer once, not every time.
This bit of mira code used to re-seed the randomizer on every call, instead
of just once on startup.  The result of time(NULL) was used as a seed, meaning
that every such call to the randomizer within the same second would return the
same value.
2015-04-24 20:00:07 +07:00
..
mira.xcodeproj move mira code to contrib 2015-01-08 11:49:53 +00:00
Decoder.cpp allow mira compilation for Eva 2015-01-08 12:37:34 +00:00
Decoder.h move mira code to contrib 2015-01-08 11:49:53 +00:00
expt.cfg move mira code to contrib 2015-01-08 11:49:53 +00:00
Hildreth.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
Hildreth.h move mira code to contrib 2015-01-08 11:49:53 +00:00
HildrethTest.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
HypothesisQueue.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
HypothesisQueue.h move mira code to contrib 2015-01-08 11:49:53 +00:00
Jamfile allow mira compilation for Eva 2015-01-08 12:37:34 +00:00
Main.cpp Seed the randomizer once, not every time. 2015-04-24 20:00:07 +07:00
Main.h Seed the randomizer once, not every time. 2015-04-24 20:00:07 +07:00
MiraOptimiser.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
MiraTest.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
Optimiser.h move mira code to contrib 2015-01-08 11:49:53 +00:00
Perceptron.cpp move mira code to contrib 2015-01-08 11:49:53 +00:00
training-expt.perl move mira code to contrib 2015-01-08 11:49:53 +00:00