(b) Given the following 2 individuals of a Genetic Programming population: OR b 5 b 10 Individual 1 Individual 2 where t
Posted: Sat May 14, 2022 4:02 pm
(b) Given the following 2 individuals of a Genetic Programming population: OR b 5 b 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 +, - X, + a, b, 5, 7, 10 real (i) Perform a subtree crossover between Individuals 1 and 2, showing the resulting offspring (2 individuals). [8 marks]
- 3 - (ii) Perform a subtree mutation on Individual 1 using the node '<' as the mutation point, showing the resulting offspring (1 individual). [4 marks] (ii) Create a new individual using a full initialisation method and a maximum tree depth of 3. [3 marks]
- 3 - (ii) Perform a subtree mutation on Individual 1 using the node '<' as the mutation point, showing the resulting offspring (1 individual). [4 marks] (ii) Create a new individual using a full initialisation method and a maximum tree depth of 3. [3 marks]