How is 'crossoverheuristic' different from 'crossoverintermediate'?
- Is that 'crossoverheuristic' always take ratio greater than 1, i.e., the offspring will always be much far from the parent with lower fitness compared to the parent with higher fitness?
- Is 'crossoverheuristic' a special case of 'crossoverintermediate'?
Should the ratio be always scalar in 'crossoverheuristic'?
Is there any issue in setting the ratio to greater than 1 for 'crossoverintermediate' over a problem with linear constraints and bounds?
How is 'crossoverarithmetic' different from 'crossoverintermediate'?