| | Vertices Wint95: Genetic Algorithms |
 | | Whereas hill-climbing and its relatives require domain-specific information (e.g., partial derivatives) to guide their searches, the genetic algorithm requires only two things: (1) a means of representing possible solutions and (2) an objective function evaluator--a function which maps a value from the domain of possible solutions to a scalar value. |
 | | It is important to realize that only two elements of the classical genetic algorithm need to be changed in order to apply the algorithm to a new problem: the representation of the individuals and the objective functions. |
 | | One crossover thus creates two new individuals, called offspring: one containing the beginning portion of the first individual followed by the ending portion of the second individual, and another containing the beginning portion of the second individual followed by the ending portion of the first individual (Table 3). |
| www.duke.edu /vertices/update/win95/genalg.html (2545 words) |