Giacomo Acciarini

Results 4 issues of 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...

enhancement

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...

enhancement

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...

bug
good first issue