3d simulation

placid Bulkan at gmail.com
Thu Jul 13 21:58:39 EDT 2006


Edmond Dantes wrote:
> placid wrote:
>
> >
> > 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
>
> I would tend to think that Lisp is more suited for Genetic Programming than
> Python is. However, it is possible to do. Heck, I even had the crazy idea
> of doing Genetic Programming in C++ once, however ugly that would've
> been!!!!!

My university (RMIT) has a framework for doing Genetic Programming in
C++ and it was really ugly at all.




More information about the Python-list mailing list