Questions tagged [nsga-2]

For questions about the multi-objective evolutionary algorithm known as Non-dominated Sorting Genetic Algorithm II (NSGA-2/NSGA-II), which was proposed in the paper "A fast and elitist multiobjective genetic algorithm: NSGA-II" (2000) by Kalyanmoy Deb et al.

1 questions
1
vote
1 answer

Is there a benchmark for multi-objective evolutionary algorithms?

I'm working on a project for an evolutionary algorithms course, and the problem we're trying to solve is multi-objective. We'll use NSGA-II but we also wanted to compare with some other MOEAs, however, we haven't been able to find good…