The mutation operator for the genetic algorithm has been adopted from the Breeder Genetic Algorithm [53]. Given any set of parameters as a chromosome, we can view it as a point x within a 10 dimensional space. Using our mutation operator, we seek to search for optimality within a ``small'' hypercube centered at x. How small this hypercube is, depends on the ranges in each parametric dimension within which we allow the chromosome to mutate. The parametric dimensions are not homogeneous, hence mutation ranges differ for each dimension, being directly proportional to the variance allowed in that parameter. Another feature of this mutation operator is that while it searches within the hypercube centered at x, it tests more often in the very close neighborhood of x, the idea being that, while we want to conduct a global search for optimum using our recombination, mutation is used for a more restricted local search. Having understood the broad features which the mutation operator should demonstrate, we formally define the mutation as follows:
Given a chromosome x, each parameter is mutated with
probability 0.1. The number of parameters being 10 implies
that at least one parameter will be probably mutated. Further, given
the mutation range for the parameter
as
, the
parameter
is mutated to the value
given by
© 2003 Dídac Busquets