Genetic Search: merge
P,Q,R: populations of solutions from the problem domain;
Uses initial, selected and genetically-manipulated populations to create next generation of solutions
For example, sort solutions according to decreasing fitness and select first n solutions.