Displaying 1 result from an estimated 1 matches for "ojamedian".
2009 May 12
4
different results on linux and windows
...ld it be that there is a different behavior between
Windows and Linux?
We do not want to use only srand() since we might need more then the
number of pseudo random numbers that algorithm can provide.
For those interested and which would like to see the code, a first
version of the package, called OjaMedian, is available as source file
and windows binary on my homepage:
http://www.uta.fi/~klaus.nordhausen/down.html
The problem is in the ojaMedian function when the evolutionary algorithm
is used. Involved C++-files are mainly vkm.cpp and MersenneTwister.h.
We would be very grateful for any advice on...