Representations and Encoding Flashcards

(5 cards)

1
Q

Given a directed graph, mutation can be tricky, as…

A

Not all permutations of the solution are possible, or meet the requirements of the problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In the case of the Travelling Salesperson problem, when using generic mutation, we can observe an issue where we generate a solution that doesn’t reach one of the nodes. One solution using mutation is…

A

Swap mutation, which swaps two genes of the chromosome

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In the case of the Travelling Salesperson problem, when using crossover mutation, we can observe an issue where we generate a solution that traverses the same node twice. One solution using crossover mutation is…

A

Separating variables into groups, and only swapping those variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Direct encodings create mutations by modifying a variable in the problem, while indirect encodings…

A

Modify the variables of a mutation heuristic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An example of an indirect encoding is…

A

Deep learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly