Johann Dreo
|
6f7d505a2a
|
fix(rnd): use STL's rand gen for shuffles
Previous implementation used Paradiseo's own random generator system,
now superseeded by the STL's one.
|
2024-08-19 11:14:21 +02:00 |
|
|
|
4ee48e760b
|
refactor UF_random_generator to fit the new std::shuffle
|
2022-01-23 18:17:48 +01:00 |
|
|
|
18fec047ad
|
fix clang 10 compatibility
- random_shuffle is replaced by shuffle
- get rid of EO stuff in eoPop, superseeded by stdlib random
- get rid of bind2nd and use lambdas
|
2021-07-15 18:52:21 +02:00 |
|
|
|
1d092a5840
|
fix using resize in eoPerf2Worth
use copy instead, to avoil empty containered EOTs
|
2020-08-26 12:01:10 +02:00 |
|
|
|
c95f5607d8
|
feat: add an intermediate layer of init with dimension
|
2020-04-28 15:55:28 +02:00 |
|
|
|
eba2e14950
|
use eoExceptions everywhere
|
2020-03-27 00:48:23 +01:00 |
|
|
|
1cdbb036d3
|
add a dimension accessor to eoInitFixedLength
Useful to avoid divergence on indiv size in auto makers.
|
2020-03-25 14:43:36 +01:00 |
|
Ronaldd Pinho
|
aa5dbe82c6
|
Use relative includes in headers and absolute in code
- relative includes in headers
- absolute includes in exe code
- include sstream lib in eoExceptions.h
- fix ga/make_op_ga.cpp
- fix eoSGATransform.h
|
2019-12-06 15:15:22 +01:00 |
|
quemy
|
8cd56f37db
|
Migration from SVN
|
2012-08-30 11:30:11 +02:00 |
|