Database
ga.asc
Associated article: Genetic Algorithms
Tags: Database Parallel
_GENETIC ALGORITHMS_
by Richard Spillman
[LISTING ONE]
{****************************************************************************}
{* GENERAL GENETIC ALGORITHM--a simple implmentation of a genetic algorithm *}
{* for function optimization. Dr. Richard Spillman, Dept.of Computer Science*}
{* Pacific Lutheran Uni. Tacoma WA 98447 206-535-7406 BITNET: SPILLMAN_R@PLU*}
{****************************************************************************}
program GGA;
uses ...


