alimoe wrote: > > Genetic Programming or Genetic Algorithms? > > whats the difference?
Genetic Programming: is an automated methodology inspired by biological evolution to find computer programs that best perform a user-defined task. http://en.wikipedia.org/wiki/Genetic_Programming Genetic Algorithms: search technique used in computer science to find approximate solutions to optimization and search problems. http://en.wikipedia.org/wiki/Genetic_algorithms -- http://mail.python.org/mailman/listinfo/python-list