CAR530 / CIS 400 Students
Here you might find some useful stuff on the OpenGL engine...particularly if you are a C programmer and if you use GLUT.
Genetic Algorithms
are a class of search algorithms, used in several optimization problems. Swarm Optimization is something interesting too.Read on .if you are a beginner; if you know more than, me (and I know very little), skip to the books and resources section and weep at the list of people born smarter than you.
Particle Swarms
This is an pretty simple method for optimization problems. Instead of concentrating on evolutionary operators like crossover, PSO uses a method of incrementally changing a candidate solution based upon a fitness function and the memory of how these incremental changes affected the particle performance
|