Given the following 2 individuals of a Genetic Programming population: Individual 1 Individual 2 where the data types of
Posted: Sat May 14, 2022 4:00 pm
Given the following 2 individuals of a Genetic Programming
population: Individual 1 Individual 2 where the data types of each
function and terminal nodes are: input data type output data type
AND, OR (boolean, boolean) boolean >, < (real, real) boolean
+, −, , (real, real) real a, b, 5, 7, 10 - real (i) Perform a
subtree crossover between Individuals 1 and 2, showing the
resulting offspring (2 individuals).
(b) Given the following 2 individuals of a Genetic Programming population: OR 10 Individual 1 Individual 2 where the data types of each function and terminal nodes are: AND, OR input data type (boolean, boolean) (real, real) (real, real) output data type boolean boolean real real +, > X, a, b, 5, 7, 10 (1) Perform a subtree crossover between Individuals 1 and 2, showing the resulting offspring (2 individuals). [8 marks]
population: Individual 1 Individual 2 where the data types of each
function and terminal nodes are: input data type output data type
AND, OR (boolean, boolean) boolean >, < (real, real) boolean
+, −, , (real, real) real a, b, 5, 7, 10 - real (i) Perform a
subtree crossover between Individuals 1 and 2, showing the
resulting offspring (2 individuals).
(b) Given the following 2 individuals of a Genetic Programming population: OR 10 Individual 1 Individual 2 where the data types of each function and terminal nodes are: AND, OR input data type (boolean, boolean) (real, real) (real, real) output data type boolean boolean real real +, > X, a, b, 5, 7, 10 (1) Perform a subtree crossover between Individuals 1 and 2, showing the resulting offspring (2 individuals). [8 marks]