Dear ALL
iam working on optimal placement of sensors on plate using genetic algorithm
The plate is divided into 100 elements encoded by sequential integer numbers
01, 02,...,100; each representing a possible location of a sensor as shown in
Figure 1
chromosome length contains seven genes for sensor as shown in Figure 2
locations and the chromosome is marked with its fitness value as shown in Figure 2
i need to design a matlab code crossover procedure to avoid repeated sensors in the child
any one can help please