Unlike Iwamatsu [10] who ran the simplex algorithm till a tolerance of 10-6 was reached, we just run it till a tolerance of 10-3 is reached. There are two ways of incorporating the solution obtained by the local search, one is just to assign the fitness of the local search to individual without changing the structure (Baldwinian approach) and the other is the assign both the fitness as well as the structure to the individual (Lamarckian). A rule of thumb states that Baldwinian approach should be applied for 95% of the time and Lamarckian for the rest 5%. However the present case seems to be an exception, because a preliminary study indicated that a fully Lamarckian approach is superior to the 95% Baldwinian approach. Therefore in the remainder of the study we have used a 100% Lamarckian approach.
These relaxed structures are then subjected to a tournament selection without replacement. i.e., a given number of individuals are selected from the current generation and the individual with minimum potential energy is transferred to a mating-pool. This procedure is repeated till the mating pool has exactly Np individuals. In the present study we used tournament sizes of 8, 16, and 20. All the results reported in the present study, unless otherwise mentioned, are averages of 25 independent runs. The Nelder-Mead simplex algorithm was adopted from [16].
The convergence criteria used were as follows (1) the variance of fitness of the population is less than 0.1, or (2) the variance of bit values of the population is less than 0.1, whichever occurs first. The minimum population size, convergence time and the number of function evaluations were evaluated when the ECGA failed at most once out of 25 runs. Therefore the reliability of the algorithm was set to 96%. These criteria are much more stringent than those existing in literature that just require one out of 10 runs (reliablity of 10%) to reach the global minima.