Hi I'm a new user of DEAP and MOEA problems and find DEAP is very useful to implement multi-objective optimizations. Thanks all the developers!
After successfully tested out NSGA-II and SEPA2 for a simple three-objective Knapsack problem, I would like to use some performance measures including Convergence rate and Diversity of the solutions to compare the performance of the two algorithms.
I've found deap.benchmarks.tools.convergence(first_front, optimal_front) and deap.benchmarks.tools.diversity(first_front, first, last) on the benchmark page but not sure if these are the correct tools to address my problem and how to use them. For example, what should I put as "first_front"? What are the extreme points "first, last" I should use? As my problem is to selecting an optimal set of projects from a list of projects, I don't really know the true optimal pareto front of the problem.
It would be great if anyone can give me some ideas or an example to learn. Thanks!
Best,
Jannie