Lecture 5 Flashcards
What is the definition of Pareto Dominance?
When the fitness of all the objectives of solution 1 are better (or equally as good) as those of solution 2. It is required that at least one objective the** fitness is better**
What is the definition of Pareto Optimal?
A solution is pareto optimal when a there is no other solution in the search space that dominates that solution.
What is the Pareto Set?
A set of all pareto optimal solutions.
What is the Pareto front?
A representation of the Pareto Set’s objective fitness values.
What is EMO?
Evolutionairy Multi-objective Optimalisation
How does EMO do selection?
By computing how many times a solution is dominated and then grouping those solutions in ranks.
Then you start (randomly) selecting individuals from the lowest (dominant) ranks upward.
What is elitism in MEA?
When we have more solutions in the most dominant rank than space in the next generation. Some of these solutions are consequently discarded
Does EMO have true Elitsm?
No, discarding dominant solutions can cause the elitist front to become worse.
What is the downside of elitist archive
The archive can potentially grow large, and therfore be slower.
What is an approximation set?
The resulting solutions from executing your EA is called an approximation set.
When using the Euclidean Distance as an performance indicator, what can be concluded from D _PF→S (S)
Measure of proximity as well as diversity
What are Performance indicators?
A function that produces a single value that represents how good a MOEA is.
When using the Euclidean Distance as an performance indicator, what can be concluded from D _S→PF (S)
Measure of proximity
What type of performance indicators are there?
- Euclidean distance
- Front Spread (diversity)
- Front Occupation (proximity)
How can you determine the value of Front Spread from a graph
A complicated formula, that basically comes down to having the better diversity.
How can you determine the value of Front Occupation from a graph?
Number of solutions in approximation set
How can you decide on the better approximation set?
Undecidable, even when one seems favorable.** Unless **all four of the performance indicators are preferencing the same Aprroximation set.
In EMO, how can we bias the fitness evaluation?
By using exploitatoin and exploration
In EMO, what part of the EA process is bias when using exploitation?
Selection and replacement