E.g. I have two random representatives
1 6 8 9 0 3 4 7 5
and
3 6 5 7 8 5
What are the ways to crossover them?
Add some empty numbers (or operations or sth) on the end of every genotype so they will have the same size?
3 6 5 7 8 5 -1 -1 -1
where -1 means nothing?
Or copy few number from first genotype and some from second?
What is the way you use?