SHiNKiROU

F# Genetic Algorithm Examples

This is a genetic algorithm implementation written in F#, using the parallel computation features.

See http://github.com/SHiNKiROU/fs-genetic-algorithm-examples for source.

Text Evolution

This example evolves the phrase "Hello, world!", the fitness is determined by the number of correct characters.

Curve Fitting

This is a genetic programming example. It searches for a formula that fits a graph of a set of data points.