Page 1 of 1

(b) Given the following 2 individuals of a Genetic Programming population: Individual 1 Individual 2 where the data type

Posted: Sat May 14, 2022 3:38 pm
by answerhappygod
B Given The Following 2 Individuals Of A Genetic Programming Population Individual 1 Individual 2 Where The Data Type 1
B Given The Following 2 Individuals Of A Genetic Programming Population Individual 1 Individual 2 Where The Data Type 1 (73.42 KiB) Viewed 74 times
(b) 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: 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) - 3 - (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]