This contrasts with the steady-state model, where one member of the population is replaced at a time. The steady-state model selects an individual to be mutated and the mutated individual replaces another individual of the population. For the crossover two individuals are selected and one of the offspring replaces one individual of the population. There are a number of different replacement strategies: replace-worst, replace a randomly chosen member, select replacement using negative fitness.
The model that extrapolates between generational and steady-state is said to have a generation gap [De 75,JS93]. Thus for a generational model, ; while for a steady-state model, . One of the most widely used variants of the steady-stated genetic algorithm is the Minimal Generation Gap (MGG) model [SYK96]. This model takes two parents randomly from the population and generates children. Two individuals are selected from the parents and the offspring: the best individual, and another individual chosen by roulette selection. These two individuals substitute the parents in the population.
The generational model is the most frequently used in the comparative studies that use BLX, SBX, logical crossover and fuzzy recombination. This is the reason why it will be the model used in this paper. However, for UNDX crossover we have used the MGG model, because UNDX and MGG are commonly used together and the generational model can have a negative influence on the performance of UNDX.
For the parameters of the two models we have used the most commonly used in the literature. For the generational model, we use a probability of crossover of [De 75,HLV98]. For the MGG model we have used , as this is a value commonly used in papers about UNDX [OK97,OKK99,OKY00]. For the mutation probability, values in the interval are usual [De 75,HLV98,Mic92,Bäc96]. We have chosen a value of for both models.
Domingo 2005-07-11