Genetic algorithms are very good for searching, but there are a number of parameters that need to be set - population size, # of generations, mutation rate, etc. If the parameters are not set correctly, you many not get a very good answer. What research is there on how to set parameters for genetic algorithms?