Fast Genetic Algorithm

FGAという手法がFreshmeatにアップされている.

FGA (Fast Genetic Algorithm) is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures. The library is easy to incorporate into other applications. Further improvements include parallelization of the algorithm in multi-processor environments and general performance optimizations.