Replaced the nextDouble function with a Fibonacci random number generator from Boost...
commit9e7c5b8399bdd282bf9898e9500eafaf8333c192
authorFrancesco Biscani <francesco.biscani@esa.int>
Fri, 19 Dec 2008 10:24:34 +0000 (19 11:24 +0100)
committerFrancesco Biscani <francesco.biscani@esa.int>
Fri, 19 Dec 2008 10:24:34 +0000 (19 11:24 +0100)
treecb03f983079602434ba96bbcad67ef7a990e824f
parent25e8e3438e4d7b98e5afefd120cf86155f031a83
Replaced the nextDouble function with a Fibonacci random number generator from Boost.random.
12 files changed:
Functions/rng/PkRandom.h
GOclasses/algorithms/ASA.cpp
GOclasses/algorithms/ASA.h
GOclasses/algorithms/DE.cpp
GOclasses/algorithms/DE.h
GOclasses/algorithms/MPSO.cpp
GOclasses/algorithms/MPSO.h
GOclasses/algorithms/PSO.cpp
GOclasses/algorithms/PSO.h
GOclasses/algorithms/SGA.cpp
GOclasses/algorithms/SGA.h
main.cpp