ANN: Genetic Algorithms Component Library Released



RiverSoftAVG.com is pleased to announce the official v1.0 release of the
Genetic Algorithms Component Library (GACL). The Genetic Algorithms
Component Library is a powerful genetic algorithms solution for Delphi Win32
and VCL.NET and designed for Delphi 6, 7, 2005, 2006, and 2007 (Win32 and
VCL.NET). The GACL provides simple yet powerful components for designing,
evolving, and using genetic algorithms.

Genetic algorithms are computer science techniques that seek to solve
optimization or search problems. They are inspired by evolutionary biology
and approach the search problem as a task of evolving a group or population
of candidate individuals through successive generations, selecting fitter
(or better) child individuals for each generation, until a solution is
found. It uses evolutionary biology techniques such as inheritance,
mutation, selection, and crossover (also called recombination).

Key Benefits

- 100% Source Code
- For Win32 and VCL.NET
- 100% Managed Code in .NET
- Unlimited Chromosome size with helper "gene" classes to read and write
arbitrarily-sized integers, enumerations, and floating point numbers to the
bits of the chromosome
- Unlimited Population
- 3 Genetic Operations (crossover, mutation, and inversion)
- 6 selection methods (Roulette, Random, Tournament, Stochastic Tournament,
Elitist, or Custom)
- Read and write your Genetic Solutions as XML
- Control every aspect of the evolution of your population including fitness
evaluation and cutoff and diversity limits
- Includes an experimental Genetic Programming component

For Delphi 6, 7, 2005, 2006, and 2007 (Win32/.NET).

For more information, please go to www.RiverSoftAVG.com







.