Giacomo Acciarini
Giacomo Acciarini
It would be useful to have some more performance metrics for MO optimization. For instance, some that are often used in MO papers are: - [ ] Diversity of the...
I have noticed (especially in the `hypervolume.hpp` file, but maybe also elsewhere), that there are still various `std::vector` instead of `vector_double`. I guess this is not wanted, and you might...
Some problems/algorithms seem to have an inconsistent python exposition in terms of types. For instance, in `../src/problems/dtlz.cpp` we have: ``` dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha) ``` But...