Assume you are travel vlogger, therefore, you are facing an issue to find shortest path to visit all the states in Malaysia. Let's say to solve this issue, you will be using Genetic Algorithm in which the genes represent the path between the pairs of states. Giving you an example, a path between Johor and Malacca is represented by one gene such as 'JM'. Assume, JM = MJ, the direction on how you travel is considered NOT IMPORTANT. (a) How many genes are used in a chromosome of an individual if the number of states you are visiting is 12 in Malaysia? (b) With your knowledge in Genetic Algorithm, how many solutions provided in this scenario using the algorithm. (c) Using Genetic Algorithm, assume the initial population consists of four individuals with the following chromosomes, y₁-9985796611 y2-2116993442 y3-5670354528 y4-8428513742 Perform the crossover operations with the following individuals: (i) Crossover the first two individuals using one-point crossover in the middle point. (ii) Crossover the first and third individuals using a two-point crossover at the b and fpoint. (iii) Crossover the second and fourth individuals using uniform crossover.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 19PE
icon
Related questions
Question

Cab yiu please answer  C

Assume you are travel vlogger, therefore, you are facing an issue
to find shortest path to visit all the states in Malaysia. Let's say to solve this issue,
you will be using Genetic Algorithm in which the genes represent the path between
the pairs of states.
Giving you an example, a path between Johor and Malacca is represented by one
gene such as 'JM'. Assume, JM = MJ, the direction on how you travel is considered
NOT IMPORTANT.
(a) How many genes are used in a chromosome of an individual if the number of
states you are visiting is 12 in Malaysia?
(b) with your knowledge in Genetic Algorithm, how many solutions provided in this
scenario using the algorithm.
(c) Using Genetic Algorithm, assume the initial population consists of four
individuals with the following chromosomes,
y1-9 9 8 5 7 9 6611
y2-2116993442
y3=5670354528
y4=8428513742
Perform the crossover operations with the following individuals:
(i) Crossover the first two individuals using one-point crossover in the middle
point.
(ii) Crossover the first and third individuals using a two-point crossover at the b
and f point.
(iii) Crossover the second and fourth individuals using uniform crossover.
Transcribed Image Text:Assume you are travel vlogger, therefore, you are facing an issue to find shortest path to visit all the states in Malaysia. Let's say to solve this issue, you will be using Genetic Algorithm in which the genes represent the path between the pairs of states. Giving you an example, a path between Johor and Malacca is represented by one gene such as 'JM'. Assume, JM = MJ, the direction on how you travel is considered NOT IMPORTANT. (a) How many genes are used in a chromosome of an individual if the number of states you are visiting is 12 in Malaysia? (b) with your knowledge in Genetic Algorithm, how many solutions provided in this scenario using the algorithm. (c) Using Genetic Algorithm, assume the initial population consists of four individuals with the following chromosomes, y1-9 9 8 5 7 9 6611 y2-2116993442 y3=5670354528 y4=8428513742 Perform the crossover operations with the following individuals: (i) Crossover the first two individuals using one-point crossover in the middle point. (ii) Crossover the first and third individuals using a two-point crossover at the b and f point. (iii) Crossover the second and fourth individuals using uniform crossover.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Minimum and Maximum
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning