Have you ever wondered if there might be a genetic programming component for Delphi ? Well, this is it. Enjoy... and let me know what you think. More improvements are on the way. Collaboration is welcome. Specifications: Maximum number of individuals in a population: 5000. Maximum length of an individual: 65535 characters. Genetic operators: reproduction (default), crossover. Selection type: fitness based roulete with random drawings using the Delphi default random generator.Demo Application with sources included (Boolean multiplexer). Visit my homepage for updated versions and more applications with sources.