Question: Determine, using genetic programming (GP), the computer program (Sexpression) that produces exactly the outputs presented in Table for each value of x. The following hypotheses are given:
• Use only functions with two arguments (binary trees).
• Largest depth allowed for each tree: 4.
• Function set: F = {+, *}.
• Terminal set: T = {0, 1, 2, 3, 4, 5, x}.