Hi everyone,
I'm trying to implement a heuristic approach to improve pairwise sequence alignment. I'm thinking of a crossover operator, to crossover between two sequences. each solution in the population is a pairwise alignment. the length of the alignment is fixed. I have the same number of gaps in all the different solutions. the solutions differ in the number positions of gaps.
How can I crossover between two solutions? any suggestions?