Archive for the 'Evolutionary Computing' Category

GaLib 0.2 source posted

GaLib has been updated to version 0.2. The new version includes a new method in the Chromosome class and some new operators and type specific implementations.

GaLib 0.1 source posted

The source for GaLib version 0.1 has been posted on the Evolutionary Computation page of this site.

GaLib

I have started working on a basic C# genetic algorithm library. It will be made available on this site soon under the GPL license. It should provide the basic classes and algorithms needed for most simple uses. I will be personally using the library to create a GA based classifier.