Aggregation of objective functions
The defined objective functions are aggregated into one measure:
(1.10)
where M is the number of objective functions that are aggregated, wi, i = 1,2,..,M are the weights, and gi(.), i = 1,2,..,M are transformation functions assigned to each objective function.
Three different transformation options are available:
No transformation:
(1.11)
Transformation to a common distance scale:
(1.12)
where si is the standard deviation of the i'th objective function of the initial population used in the optimisation algorithm, and ei is a transformation constant given by:
(1.13)
Transformation to a common probability scale:
(1.14)
where F(.) is the cumulative distribution function of the standard normal distribution, and mi and si are the mean and the standard deviation of the i'th objective function of the initial population.
The transformation functions that are applied in the transformation to a common distance scale and a common probability scale are introduced to compensate for differences in the magnitudes of the different measures so that all gi(.) have about the same influence on the aggregated objective function near the optimum. When using a population-based optimisation algorithm, such as the Shuffled Complex Evolution method and the Population Simplex Evolution, an initial population within the feasible region is evaluated. From this initial population, the transformation functions are calculated.