You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you are interested and which may bring benefit to the
project ...
I have been using the Genetic Algorithm and Math.Random. I noticed that the
UniformGenerator() uses a seed of 0 if you do not specify a seed. This causes
the same set of random numbers to be generated every time. I would think that
the user would specify a seed and keep it constant if they wanted to have the
same set of random numbers. The current method is different from the .net
Random() method that used Environment.TickCount if no seed if set. It took me a
little while to figure out why my GA was finding the same solution every time.
I would recommend consistency with the .net Random class.
Provide any references/links to publications/algorithms/etc. which could
help in development ...
Original issue reported on code.google.com by [email protected] on 11 Sep 2014 at 6:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Sep 2014 at 6:17The text was updated successfully, but these errors were encountered: