Questions tagged [moea]

For questions about multi-objective evolutionary algorithms (MOEA), such as the Non-dominated Sorting Genetic Algorithm II (NSGA-2).

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…