February 7th, 2006, 8:47 am
QuoteOriginally posted by: zarnywhoopQuoteOriginally posted by: cybernicusGenetic Algorithms is one of the best hill climbing method.Except for almost all the others. I've never encountered a problem for which GA were actually the best solution. In any given case there always seemed to be something else that worked better once the problem had been properly understood.That is the crunch of it really, understanding the problem. If the "better" method, gives the same answer, but quicker, it could be argued that it is better to get a GA to do the work of "understanding" the problem than doing that by hand. This could particularly be true if you are going to do a lot of similar problems, so you understand the overall family, but not the intricate details of each specific case.Of course problems such as local minima etc HAVE to be sorted out and understood because you get the wrong answer otherwise.