Feedback for subjective question
Question 1: Given the two points in the x, y plane represented by (x, y) pairs as under
(x, y) : {(3,8) (7, 10)}
Find the parameters m and c for the line y = mx+c using a GA starting with the two individuals in the initial population for [m c] as given below.
[1 6] [2 7]
Show at least two iterations (or few if the solution is found in fewer than two iterations). Clearly show your working for each step. Use both crossover and mutation. If you don't get the desired result in two iterations, then output the [m c] pair that gives the best solution after two iterations.
(x, y) : {(3,8) (7, 10)}
Find the parameters m and c for the line y = mx+c using a GA starting with the two individuals in the initial population for [m c] as given below.
[1 6] [2 7]
Show at least two iterations (or few if the solution is found in fewer than two iterations). Clearly show your working for each step. Use both crossover and mutation. If you don't get the desired result in two iterations, then output the [m c] pair that gives the best solution after two iterations.
Current Answer:
Be the first to post an answer to earn 100CR.