paradiseo/moeo/src
Eremey Valetov 068a59a934 feat(moeo): add finalize() lifecycle hook for algorithm post-processing
Add virtual finalize() and hasFinalize() to moeoAlgo/moeoPopAlgo hierarchy.
NSGA-II implements finalize() to recompute fitness and diversity assignments
after population modifications (e.g. immigrant integration in island model).
2026-02-28 19:55:37 -05:00
..
algo feat(moeo): add finalize() lifecycle hook for algorithm post-processing 2026-02-28 19:55:37 -05:00
archive fix(moeoSPEA2Archive): correct members init order 2024-09-10 10:45:18 +02:00
comparator use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
continue Move the dual hypervolume continuator in a separated file 2013-06-13 10:36:33 +02:00
core fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
distance fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
diversity fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
do fix several warnings 2025-04-07 14:16:37 +02:00
explorer * Remove executable bit from header files. 2014-09-23 17:32:37 +02:00
fitness fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
hybridization fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
metric fix several warnings 2025-04-07 14:16:37 +02:00
replacement * Remove executable bit from header files. 2014-09-23 17:32:37 +02:00
scalarStuffs fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
selection fix: remove a lot of trivial warnings 2024-08-23 18:00:31 +02:00
utils use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
CMakeLists.txt use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
moeo hypervolume pointers + doc 2014-10-06 14:51:37 +02:00