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