start prev index next end Slide 18 of 18.


In general, genetic algorithms are better than gradient search methods if your search space has many local optima. Since the genetic algorithm traverses the search space using the genotype rather than the phenotype, it is less likely to get stuck on a local high or low.

Return to Matthew's Portfolio