Representations and Encoding Flashcards
(5 cards)
Given a directed graph, mutation can be tricky, as…
Not all permutations of the solution are possible, or meet the requirements of the problem
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…
Swap mutation, which swaps two genes of the chromosome
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…
Separating variables into groups, and only swapping those variables
Direct encodings create mutations by modifying a variable in the problem, while indirect encodings…
Modify the variables of a mutation heuristic
An example of an indirect encoding is…
Deep learning