0
6.9kviews
Explain how genetic algorithm can be used to solve a problem by taking a suitable example.
1 Answer
| written 9.0 years ago by |
Problem Solving using genetic algorithm
Example: Suppose there is equality a +2 b +3 c +4 d = 30, genetic algorithm will be used to find the value of a, b, c, and d that satisfy the above equation.
Objective: Minimize the value of function f(x) where f (x) = …