Question: Suppose that we want to solve the problem of finding out what a good car is by using genetic algorithms. Suppose further that the solution to the problem can be represented by a decision tree as follows: size large small mid brand sport no yes SUV yes no engine no F12 V10 V8 no yes no Volvo BMW no What is the appropriate chromosome design for the given problem? Which Genetic Algorithm parameters need to be defined? What would be the suitable values of those parameters for the given problem? Provide a short explanation for each. What is the result of applying a single round of the prototypical Genetic Algorithm? Explain your answer in a clear and compact manner by providing the pseudo code of the algorithm.

icon
Related questions
Question
(6) Question: Suppose that we want to solve the problem of finding out what a
good car is by using genetic algorithms. Suppose further that the solution to the
problem can be represented by a decision tree as follows:
Volvo
no
size
large
small
mid
brand
sport
no
yes
BMW
yes
SUV
по
engine
=12V10|
V8
no
yes
по
по
What is the appropriate chromosome design for the given problem? Which
Genetic Algorithm parameters need to be defined? What would be the suitable
values of those parameters for the given problem? Provide a short explanation
for each.
What is the result of applying a single round of the prototypical Genetic
Algorithm? Explain your answer in a clear and compact manner by providing
the pseudo code of the algorithm.
Transcribed Image Text:(6) Question: Suppose that we want to solve the problem of finding out what a good car is by using genetic algorithms. Suppose further that the solution to the problem can be represented by a decision tree as follows: Volvo no size large small mid brand sport no yes BMW yes SUV по engine =12V10| V8 no yes по по What is the appropriate chromosome design for the given problem? Which Genetic Algorithm parameters need to be defined? What would be the suitable values of those parameters for the given problem? Provide a short explanation for each. What is the result of applying a single round of the prototypical Genetic Algorithm? Explain your answer in a clear and compact manner by providing the pseudo code of the algorithm.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer